Html Css Color HEX #872986 Dark Purple

📋 copy color: '#872986'

red 135 ◦ green 41 ◦ blue 134

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

Shades of Dark Purple #872986

Tints of Dark Purple #872986

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.23%

 BLUE value IS 134 (52.73% from 255) = 43.23%

R = 43.55%
G = 13.23%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#872986 (or 0x872986) is known color: Dark Purple. HEX triplet: 87, 29 and 86. RGB value is (135,41,134). Sum of RGB (Red+Green+Blue) = 135+41+134=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #872986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872986 is #78D679. Grayscale: #4F4F4F. Windows color (decimal): -7919226 or 8792455. OLE color: 8792455.

HSL color Cylindrical-coordinate representation of color #872986: hue angle of 300.64º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #872986 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 41 134 -
CMYK 0 0.70 0.01 0.47
HSL 300.64º 0.53% 0.35% -
HSV(B) 300.64º 0.7% 0.53% -
XYZ 15.09 8.46 23.39 -
YUV 79.71 158.64 167.44 -
System Red Green Blue C M Y K H S L
Decimal 135 41 134 0 0.70 0.01 0.47 300.64 0.53 0.35
Hex 87 29 86 0 46 1 2F 12D 35 23
Octal 207 51 206 0 106 1 57 455 65 43
Binary 10000111 101001 10000110 0 1000110 1 101111 100101101 110101 100011

Color Harmonies of #872986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872986

Black with #872986

Text Example


Text Example

White with #872986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872986; }

 p { color: rgb(135,41,134); }

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

background-color css

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

 a { background-color: rgb(135,41,134); }

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

border-color css

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

 span { border-color: rgb(135,41,134); }

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