Html Css Color HEX #871886 Dark Purple

📋 copy color: '#871886'

red 135 ◦ green 24 ◦ blue 134

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

Shades of Dark Purple #871886

Tints of Dark Purple #871886

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.19%

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

R = 46.08%
G = 8.19%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#871886 (or 0x871886) is known color: Dark Purple. HEX triplet: 87, 18 and 86. RGB value is (135,24,134). Sum of RGB (Red+Green+Blue) = 135+24+134=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 135 - color contains mainly: red. Hex color #871886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871886 is #78E779. Grayscale: #454545. Windows color (decimal): -7923578 or 8788103. OLE color: 8788103.

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

Color convert

RGB 135 24 134 -
CMYK 0 0.82 0.01 0.47
HSL 300.54º 0.7% 0.31% -
HSV(B) 300.54º 0.82% 0.53% -
XYZ 14.62 7.53 23.24 -
YUV 69.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 135 24 134 0 0.82 0.01 0.47 300.54 0.7 0.31
Hex 87 18 86 0 52 1 2F 12D 46 1F
Octal 207 30 206 0 122 1 57 455 106 37
Binary 10000111 11000 10000110 0 1010010 1 101111 100101101 1000110 11111

Color Harmonies of #871886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871886

Black with #871886

Text Example


Text Example

White with #871886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871886; }

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

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

background-color css

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

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

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

border-color css

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

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

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