Html Css Color HEX #8352A6 Studio

📋 copy color: '#8352A6'

red 131 ◦ green 82 ◦ blue 166

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

Shades of Studio #8352A6

Tints of Studio #8352A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.8%

R = 34.56%
G = 21.64%
B = 43.8%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8352A6 (or 0x8352A6) is known color: Studio. HEX triplet: 83, 52 and A6. RGB value is (131,82,166). Sum of RGB (Red+Green+Blue) = 131+82+166=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 166 - color contains mainly: blue. Hex color #8352A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8352A6 is #7CAD59. Grayscale: #696969. Windows color (decimal): -8170842 or 10900099. OLE color: 10900099.

HSL color Cylindrical-coordinate representation of color #8352A6: hue angle of 275º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8352A6 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 131 82 166 -
CMYK 0.21 0.51 0 0.35
HSL 275º 0.34% 0.49% -
HSV(B) 275º 0.51% 0.65% -
XYZ 19.26 13.61 37.69 -
YUV 106.23 161.73 145.67 -
System Red Green Blue C M Y K H S L
Decimal 131 82 166 0.21 0.51 0 0.35 275 0.34 0.49
Hex 83 52 A6 15 33 0 23 113 22 31
Octal 203 122 246 25 63 0 43 423 42 61
Binary 10000011 1010010 10100110 10101 110011 0 100011 100010011 100010 110001

Color Harmonies of #8352A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8352A6

Black with #8352A6

Text Example


Text Example

White with #8352A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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