Html Css Color HEX #8352AD Studio

📋 copy color: '#8352AD'

red 131 ◦ green 82 ◦ blue 173

#8352AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #8352AD

Tints of Studio #8352AD

RGB

 RED value IS 131 (51.56% from 255) = 33.94%

 GREEN value IS 82 (32.42% from 255) = 21.24%

 BLUE value IS 173 (67.97% from 255) = 44.82%

R = 33.94%
G = 21.24%
B = 44.82%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8352AD (or 0x8352AD) is known color: Studio. HEX triplet: 83, 52 and AD. RGB value is (131,82,173). Sum of RGB (Red+Green+Blue) = 131+82+173=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #8352AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8352AD is #7CAD52. Grayscale: #6A6A6A. Windows color (decimal): -8170835 or 11358851. OLE color: 11358851.

HSL color Cylindrical-coordinate representation of color #8352AD: hue angle of 272.31º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8352AD is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 82 173 -
CMYK 0.24 0.53 0 0.32
HSL 272.31º 0.36% 0.5% -
HSV(B) 272.31º 0.53% 0.68% -
XYZ 19.92 13.88 41.16 -
YUV 107.03 165.23 145.1 -
System Red Green Blue C M Y K H S L
Decimal 131 82 173 0.24 0.53 0 0.32 272.31 0.36 0.5
Hex 83 52 AD 18 35 0 20 110 24 32
Octal 203 122 255 30 65 0 40 420 44 62
Binary 10000011 1010010 10101101 11000 110101 0 100000 100010000 100100 110010

Color Harmonies of #8352AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8352AD

Black with #8352AD

Text Example


Text Example

White with #8352AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8352AD; }

 p { color: rgb(131,82,173); }

 H1.HeaderClassName
 {
   color: #8352AD;
 }
 .AnyTagClassName
 {
   color: #8352AD;
 }
</style>

background-color css

<style>
 a { background-color: #8352AD; }

 a { background-color: rgb(131,82,173); }

 div.DivClassName
 {
   background-color: #8352AD;
 }
 .BgClassName
 {
   background-color: #8352AD;
 }
</style>

border-color css

<style>
 span { border-color: #8352AD; }

 span { border-color: rgb(131,82,173); }

 td.TdClassName
 {
   border-color: #8352AD;
 }
 .TagClassName
 {
   border-color: #8352AD;
 }
</style>