Html Css Color HEX #85599B Affair

📋 copy color: '#85599B'

red 133 ◦ green 89 ◦ blue 155

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

Shades of Affair #85599B

Tints of Affair #85599B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.61%

 BLUE value IS 155 (60.94% from 255) = 41.11%

R = 35.28%
G = 23.61%
B = 41.11%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85599B (or 0x85599B) is known color: Affair. HEX triplet: 85, 59 and 9B. RGB value is (133,89,155). Sum of RGB (Red+Green+Blue) = 133+89+155=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #85599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85599B is #7AA664. Grayscale: #6D6D6D. Windows color (decimal): -8037989 or 10180997. OLE color: 10180997.

HSL color Cylindrical-coordinate representation of color #85599B: hue angle of 280º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85599B is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 89 155 -
CMYK 0.14 0.43 0 0.39
HSL 280º 0.27% 0.48% -
HSV(B) 280º 0.43% 0.61% -
XYZ 19.16 14.5 32.8 -
YUV 109.68 153.58 144.63 -
System Red Green Blue C M Y K H S L
Decimal 133 89 155 0.14 0.43 0 0.39 280 0.27 0.48
Hex 85 59 9B E 2B 0 27 118 1B 30
Octal 205 131 233 16 53 0 47 430 33 60
Binary 10000101 1011001 10011011 1110 101011 0 100111 100011000 11011 110000

Color Harmonies of #85599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85599B

Black with #85599B

Text Example


Text Example

White with #85599B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85599B; }

 p { color: rgb(133,89,155); }

 H1.HeaderClassName
 {
   color: #85599B;
 }
 .AnyTagClassName
 {
   color: #85599B;
 }
</style>

background-color css

<style>
 a { background-color: #85599B; }

 a { background-color: rgb(133,89,155); }

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

border-color css

<style>
 span { border-color: #85599B; }

 span { border-color: rgb(133,89,155); }

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