#85509C

Color #85509C Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #85509C

Tints of Affair #85509C

Color information

#85509C (or 0x85509C) is unknown color: approx 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

RGB13380156-
CMYK0.150.4900.39
HSL281.84º32.2%46.27%-
HSV(B)281.84º48.72%61.18%-
XYZ18.5413.1233.01-
YUV104.51157.06148.32-

RGB Variations

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

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 (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133801560.150.4900.39281.8432.246.27
Hex85509CF3102711a202e
Octal20512023417610474324056
Binary1000010110100001001110011111100010100111100011010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>