Html Css Color HEX #875295 Affair

📋 copy color: '#875295'

red 135 ◦ green 82 ◦ blue 149

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

Shades of Affair #875295

Tints of Affair #875295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.4%

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

R = 36.89%
G = 22.4%
B = 40.71%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#875295 (or 0x875295) is known color: Affair. HEX triplet: 87, 52 and 95. RGB value is (135,82,149). Sum of RGB (Red+Green+Blue) = 135+82+149=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #875295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875295 is #78AD6A. Grayscale: #696969. Windows color (decimal): -7908715 or 9785991. OLE color: 9785991.

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

Color convert

RGB 135 82 149 -
CMYK 0.09 0.45 0 0.42
HSL 287.46º 0.29% 0.45% -
HSV(B) 287.46º 0.45% 0.58% -
XYZ 18.43 13.36 30.04 -
YUV 105.49 152.56 149.05 -
System Red Green Blue C M Y K H S L
Decimal 135 82 149 0.09 0.45 0 0.42 287.46 0.29 0.45
Hex 87 52 95 9 2D 0 2A 11F 1D 2D
Octal 207 122 225 11 55 0 52 437 35 55
Binary 10000111 1010010 10010101 1001 101101 0 101010 100011111 11101 101101

Color Harmonies of #875295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875295

Black with #875295

Text Example


Text Example

White with #875295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875295; }

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

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

background-color css

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

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

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

border-color css

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

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

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