Html Css Color HEX #875799 Affair

📋 copy color: '#875799'

red 135 ◦ green 87 ◦ blue 153

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

Shades of Affair #875799

Tints of Affair #875799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.2%

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

R = 36%
G = 23.2%
B = 40.8%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#875799 (or 0x875799) is known color: Affair. HEX triplet: 87, 57 and 99. RGB value is (135,87,153). Sum of RGB (Red+Green+Blue) = 135+87+153=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #875799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875799 is #78A866. Grayscale: #6C6C6C. Windows color (decimal): -7907431 or 10049415. OLE color: 10049415.

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

Color convert

RGB 135 87 153 -
CMYK 0.12 0.43 0 0.4
HSL 283.64º 0.28% 0.47% -
HSV(B) 283.64º 0.43% 0.6% -
XYZ 19.15 14.27 31.88 -
YUV 108.88 152.9 146.63 -
System Red Green Blue C M Y K H S L
Decimal 135 87 153 0.12 0.43 0 0.4 283.64 0.28 0.47
Hex 87 57 99 C 2B 0 28 11C 1C 2F
Octal 207 127 231 14 53 0 50 434 34 57
Binary 10000111 1010111 10011001 1100 101011 0 101000 100011100 11100 101111

Color Harmonies of #875799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875799

Black with #875799

Text Example


Text Example

White with #875799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875799; }

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

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

background-color css

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

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

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

border-color css

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

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

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