Html Css Color HEX #85559C Affair

📋 copy color: '#85559C'

red 133 ◦ green 85 ◦ blue 156

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

Shades of Affair #85559C

Tints of Affair #85559C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.73%

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

R = 35.56%
G = 22.73%
B = 41.71%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85559C (or 0x85559C) is known color: Affair. HEX triplet: 85, 55 and 9C. RGB value is (133,85,156). Sum of RGB (Red+Green+Blue) = 133+85+156=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #85559C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85559C is #7AAA63. Grayscale: #6B6B6B. Windows color (decimal): -8039012 or 10245509. OLE color: 10245509.

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

Color convert

RGB 133 85 156 -
CMYK 0.15 0.46 0 0.39
HSL 280.56º 0.29% 0.47% -
HSV(B) 280.56º 0.46% 0.61% -
XYZ 18.92 13.88 33.14 -
YUV 107.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 133 85 156 0.15 0.46 0 0.39 280.56 0.29 0.47
Hex 85 55 9C F 2E 0 27 119 1D 2F
Octal 205 125 234 17 56 0 47 431 35 57
Binary 10000101 1010101 10011100 1111 101110 0 100111 100011001 11101 101111

Color Harmonies of #85559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85559C

Black with #85559C

Text Example


Text Example

White with #85559C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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