Html Css Color HEX #875499 Affair

📋 copy color: '#875499'

red 135 ◦ green 84 ◦ blue 153

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

Shades of Affair #875499

Tints of Affair #875499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.58%

 BLUE value IS 153 (60.16% from 255) = 41.13%

R = 36.29%
G = 22.58%
B = 41.13%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#875499 (or 0x875499) is known color: Affair. HEX triplet: 87, 54 and 99. RGB value is (135,84,153). Sum of RGB (Red+Green+Blue) = 135+84+153=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #875499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875499 is #78AB66. Grayscale: #6A6A6A. Windows color (decimal): -7908199 or 10048647. OLE color: 10048647.

HSL color Cylindrical-coordinate representation of color #875499: hue angle of 284.35º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #875499 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 135 84 153 -
CMYK 0.12 0.45 0 0.4
HSL 284.35º 0.29% 0.46% -
HSV(B) 284.35º 0.45% 0.6% -
XYZ 18.91 13.79 31.8 -
YUV 107.12 153.9 147.89 -
System Red Green Blue C M Y K H S L
Decimal 135 84 153 0.12 0.45 0 0.4 284.35 0.29 0.46
Hex 87 54 99 C 2D 0 28 11C 1D 2E
Octal 207 124 231 14 55 0 50 434 35 56
Binary 10000111 1010100 10011001 1100 101101 0 101000 100011100 11101 101110

Color Harmonies of #875499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875499

Black with #875499

Text Example


Text Example

White with #875499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875499; }

 p { color: rgb(135,84,153); }

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

background-color css

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

 a { background-color: rgb(135,84,153); }

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

border-color css

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

 span { border-color: rgb(135,84,153); }

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