Html Css Color HEX #875599 Affair

📋 copy color: '#875599'

red 135 ◦ green 85 ◦ blue 153

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

Shades of Affair #875599

Tints of Affair #875599

RGB

 RED value IS 135 (53.13% from 255) = 36.19%

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

 BLUE value IS 153 (60.16% from 255) = 41.02%

R = 36.19%
G = 22.79%
B = 41.02%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#875599 (or 0x875599) is known color: Affair. HEX triplet: 87, 55 and 99. RGB value is (135,85,153). Sum of RGB (Red+Green+Blue) = 135+85+153=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #875599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875599 is #78AA66. Grayscale: #6B6B6B. Windows color (decimal): -7907943 or 10048903. OLE color: 10048903.

HSL color Cylindrical-coordinate representation of color #875599: hue angle of 284.12º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #875599 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 135 85 153 -
CMYK 0.12 0.44 0 0.4
HSL 284.12º 0.29% 0.47% -
HSV(B) 284.12º 0.44% 0.6% -
XYZ 18.99 13.95 31.83 -
YUV 107.7 153.57 147.47 -
System Red Green Blue C M Y K H S L
Decimal 135 85 153 0.12 0.44 0 0.4 284.12 0.29 0.47
Hex 87 55 99 C 2C 0 28 11C 1D 2F
Octal 207 125 231 14 54 0 50 434 35 57
Binary 10000111 1010101 10011001 1100 101100 0 101000 100011100 11101 101111

Color Harmonies of #875599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875599

Black with #875599

Text Example


Text Example

White with #875599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875599; }

 p { color: rgb(135,85,153); }

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

background-color css

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

 a { background-color: rgb(135,85,153); }

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

border-color css

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

 span { border-color: rgb(135,85,153); }

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