Html Css Color HEX #875899 Affair

📋 copy color: '#875899'

red 135 ◦ green 88 ◦ blue 153

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

Shades of Affair #875899

Tints of Affair #875899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.4%

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

R = 35.9%
G = 23.4%
B = 40.69%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#875899 (or 0x875899) is known color: Affair. HEX triplet: 87, 58 and 99. RGB value is (135,88,153). Sum of RGB (Red+Green+Blue) = 135+88+153=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #875899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875899 is #78A766. Grayscale: #6D6D6D. Windows color (decimal): -7907175 or 10049671. OLE color: 10049671.

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

Color convert

RGB 135 88 153 -
CMYK 0.12 0.42 0 0.4
HSL 283.38º 0.27% 0.47% -
HSV(B) 283.38º 0.42% 0.6% -
XYZ 19.23 14.43 31.91 -
YUV 109.46 152.57 146.21 -
System Red Green Blue C M Y K H S L
Decimal 135 88 153 0.12 0.42 0 0.4 283.38 0.27 0.47
Hex 87 58 99 C 2A 0 28 11B 1B 2F
Octal 207 130 231 14 52 0 50 433 33 57
Binary 10000111 1011000 10011001 1100 101010 0 101000 100011011 11011 101111

Color Harmonies of #875899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875899

Black with #875899

Text Example


Text Example

White with #875899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875899; }

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

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

background-color css

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

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

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

border-color css

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

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

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