Html Css Color HEX #875896 Affair

📋 copy color: '#875896'

red 135 ◦ green 88 ◦ blue 150

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

Shades of Affair #875896

Tints of Affair #875896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.21%

R = 36.19%
G = 23.59%
B = 40.21%

CMYK

 C value IS 0.1

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#875896 (or 0x875896) is known color: Affair. HEX triplet: 87, 58 and 96. RGB value is (135,88,150). Sum of RGB (Red+Green+Blue) = 135+88+150=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 150 - color contains mainly: blue. Hex color #875896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875896 is #78A769. Grayscale: #6C6C6C. Windows color (decimal): -7907178 or 9853063. OLE color: 9853063.

HSL color Cylindrical-coordinate representation of color #875896: hue angle of 285.48º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #875896 is Cyan = 0.1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 88 150 -
CMYK 0.1 0.41 0 0.41
HSL 285.48º 0.26% 0.47% -
HSV(B) 285.48º 0.41% 0.59% -
XYZ 18.99 14.33 30.62 -
YUV 109.12 151.07 146.46 -
System Red Green Blue C M Y K H S L
Decimal 135 88 150 0.1 0.41 0 0.41 285.48 0.26 0.47
Hex 87 58 96 A 29 0 29 11D 1A 2F
Octal 207 130 226 12 51 0 51 435 32 57
Binary 10000111 1011000 10010110 1010 101001 0 101001 100011101 11010 101111

Color Harmonies of #875896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875896

Black with #875896

Text Example


Text Example

White with #875896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875896; }

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

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

background-color css

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

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

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

border-color css

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

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

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