Html Css Color HEX #875395 Affair

📋 copy color: '#875395'

red 135 ◦ green 83 ◦ blue 149

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

Shades of Affair #875395

Tints of Affair #875395

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.62%

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

R = 36.78%
G = 22.62%
B = 40.6%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#875395 (or 0x875395) is known color: Affair. HEX triplet: 87, 53 and 95. RGB value is (135,83,149). Sum of RGB (Red+Green+Blue) = 135+83+149=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 149 - color contains mainly: blue. Hex color #875395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875395 is #78AC6A. Grayscale: #696969. Windows color (decimal): -7908459 or 9786247. OLE color: 9786247.

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

Color convert

RGB 135 83 149 -
CMYK 0.09 0.44 0 0.42
HSL 287.27º 0.28% 0.45% -
HSV(B) 287.27º 0.44% 0.58% -
XYZ 18.51 13.51 30.07 -
YUV 106.07 152.23 148.63 -
System Red Green Blue C M Y K H S L
Decimal 135 83 149 0.09 0.44 0 0.42 287.27 0.28 0.45
Hex 87 53 95 9 2C 0 2A 11F 1C 2D
Octal 207 123 225 11 54 0 52 437 34 55
Binary 10000111 1010011 10010101 1001 101100 0 101010 100011111 11100 101101

Color Harmonies of #875395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875395

Black with #875395

Text Example


Text Example

White with #875395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875395; }

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

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

background-color css

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

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

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

border-color css

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

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

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