Html Css Color HEX #875695 Affair

📋 copy color: '#875695'

red 135 ◦ green 86 ◦ blue 149

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

Shades of Affair #875695

Tints of Affair #875695

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.24%

 BLUE value IS 149 (58.59% from 255) = 40.27%

R = 36.49%
G = 23.24%
B = 40.27%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#875695 (or 0x875695) is known color: Affair. HEX triplet: 87, 56 and 95. RGB value is (135,86,149). Sum of RGB (Red+Green+Blue) = 135+86+149=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 149 - color contains mainly: blue. Hex color #875695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875695 is #78A96A. Grayscale: #6B6B6B. Windows color (decimal): -7907691 or 9787015. OLE color: 9787015.

HSL color Cylindrical-coordinate representation of color #875695: hue angle of 286.67º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #875695 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 86 149 -
CMYK 0.09 0.42 0 0.42
HSL 286.67º 0.27% 0.46% -
HSV(B) 286.67º 0.42% 0.58% -
XYZ 18.74 13.98 30.14 -
YUV 107.83 151.23 147.38 -
System Red Green Blue C M Y K H S L
Decimal 135 86 149 0.09 0.42 0 0.42 286.67 0.27 0.46
Hex 87 56 95 9 2A 0 2A 11F 1B 2E
Octal 207 126 225 11 52 0 52 437 33 56
Binary 10000111 1010110 10010101 1001 101010 0 101010 100011111 11011 101110

Color Harmonies of #875695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875695

Black with #875695

Text Example


Text Example

White with #875695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875695; }

 p { color: rgb(135,86,149); }

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

background-color css

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

 a { background-color: rgb(135,86,149); }

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

border-color css

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

 span { border-color: rgb(135,86,149); }

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