Html Css Color HEX #85519C Affair

📋 copy color: '#85519C'

red 133 ◦ green 81 ◦ blue 156

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

Shades of Affair #85519C

Tints of Affair #85519C

RGB

 RED value IS 133 (52.34% from 255) = 35.95%

 GREEN value IS 81 (32.03% from 255) = 21.89%

 BLUE value IS 156 (61.33% from 255) = 42.16%

R = 35.95%
G = 21.89%
B = 42.16%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85519C (or 0x85519C) is known color: Affair. HEX triplet: 85, 51 and 9C. RGB value is (133,81,156). Sum of RGB (Red+Green+Blue) = 133+81+156=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #85519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85519C is #7AAE63. Grayscale: #686868. Windows color (decimal): -8040036 or 10244485. OLE color: 10244485.

HSL color Cylindrical-coordinate representation of color #85519C: hue angle of 281.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85519C is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 81 156 -
CMYK 0.15 0.48 0 0.39
HSL 281.6º 0.32% 0.46% -
HSV(B) 281.6º 0.48% 0.61% -
XYZ 18.62 13.27 33.03 -
YUV 105.1 156.73 147.9 -
System Red Green Blue C M Y K H S L
Decimal 133 81 156 0.15 0.48 0 0.39 281.6 0.32 0.46
Hex 85 51 9C F 30 0 27 11A 20 2E
Octal 205 121 234 17 60 0 47 432 40 56
Binary 10000101 1010001 10011100 1111 110000 0 100111 100011010 100000 101110

Color Harmonies of #85519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85519C

Black with #85519C

Text Example


Text Example

White with #85519C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85519C; }

 p { color: rgb(133,81,156); }

 H1.HeaderClassName
 {
   color: #85519C;
 }
 .AnyTagClassName
 {
   color: #85519C;
 }
</style>

background-color css

<style>
 a { background-color: #85519C; }

 a { background-color: rgb(133,81,156); }

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

border-color css

<style>
 span { border-color: #85519C; }

 span { border-color: rgb(133,81,156); }

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