Html Css Color HEX #85509C Affair

📋 copy color: '#85509C'

red 133 ◦ green 80 ◦ blue 156

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

Shades of Affair #85509C

Tints of Affair #85509C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.68%

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

R = 36.04%
G = 21.68%
B = 42.28%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85509C (or 0x85509C) is known color: Affair. HEX triplet: 85, 50 and 9C. RGB value is (133,80,156). Sum of RGB (Red+Green+Blue) = 133+80+156=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #85509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85509C is #7AAF63. Grayscale: #686868. Windows color (decimal): -8040292 or 10244229. OLE color: 10244229.

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

Color convert

RGB 133 80 156 -
CMYK 0.15 0.49 0 0.39
HSL 281.84º 0.32% 0.46% -
HSV(B) 281.84º 0.49% 0.61% -
XYZ 18.54 13.12 33.01 -
YUV 104.51 157.06 148.32 -
System Red Green Blue C M Y K H S L
Decimal 133 80 156 0.15 0.49 0 0.39 281.84 0.32 0.46
Hex 85 50 9C F 31 0 27 11A 20 2E
Octal 205 120 234 17 61 0 47 432 40 56
Binary 10000101 1010000 10011100 1111 110001 0 100111 100011010 100000 101110

Color Harmonies of #85509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85509C

Black with #85509C

Text Example


Text Example

White with #85509C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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