Html Css Color HEX #875595 Affair

📋 copy color: '#875595'

red 135 ◦ green 85 ◦ blue 149

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

Shades of Affair #875595

Tints of Affair #875595

RGB

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

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

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

R = 36.59%
G = 23.04%
B = 40.38%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#875595 (or 0x875595) is known color: Affair. HEX triplet: 87, 55 and 95. RGB value is (135,85,149). Sum of RGB (Red+Green+Blue) = 135+85+149=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 149 - color contains mainly: blue. Hex color #875595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875595 is #78AA6A. Grayscale: #6B6B6B. Windows color (decimal): -7907947 or 9786759. OLE color: 9786759.

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

Color convert

RGB 135 85 149 -
CMYK 0.09 0.43 0 0.42
HSL 286.88º 0.27% 0.46% -
HSV(B) 286.88º 0.43% 0.58% -
XYZ 18.66 13.82 30.12 -
YUV 107.25 151.57 147.8 -
System Red Green Blue C M Y K H S L
Decimal 135 85 149 0.09 0.43 0 0.42 286.88 0.27 0.46
Hex 87 55 95 9 2B 0 2A 11F 1B 2E
Octal 207 125 225 11 53 0 52 437 33 56
Binary 10000111 1010101 10010101 1001 101011 0 101010 100011111 11011 101110

Color Harmonies of #875595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875595

Black with #875595

Text Example


Text Example

White with #875595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875595; }

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

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

background-color css

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

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

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

border-color css

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

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

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