Html Css Color HEX #875795 Affair

📋 copy color: '#875795'

red 135 ◦ green 87 ◦ blue 149

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

Shades of Affair #875795

Tints of Affair #875795

RGB

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

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

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

R = 36.39%
G = 23.45%
B = 40.16%

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

#875795 (or 0x875795) is known color: Affair. HEX triplet: 87, 57 and 95. RGB value is (135,87,149). Sum of RGB (Red+Green+Blue) = 135+87+149=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #875795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875795 is #78A86A. Grayscale: #6C6C6C. Windows color (decimal): -7907435 or 9787271. OLE color: 9787271.

HSL color Cylindrical-coordinate representation of color #875795: hue angle of 286.45º degrees, saturation: 0.26, 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 #875795 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 87 149 -
CMYK 0.09 0.42 0 0.42
HSL 286.45º 0.26% 0.46% -
HSV(B) 286.45º 0.42% 0.58% -
XYZ 18.82 14.14 30.17 -
YUV 108.42 150.9 146.96 -
System Red Green Blue C M Y K H S L
Decimal 135 87 149 0.09 0.42 0 0.42 286.45 0.26 0.46
Hex 87 57 95 9 2A 0 2A 11E 1A 2E
Octal 207 127 225 11 52 0 52 436 32 56
Binary 10000111 1010111 10010101 1001 101010 0 101010 100011110 11010 101110

Color Harmonies of #875795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875795

Black with #875795

Text Example


Text Example

White with #875795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875795; }

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

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

background-color css

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

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

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

border-color css

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

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

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