Html Css Color HEX #87106C Dark Purple

📋 copy color: '#87106C'

red 135 ◦ green 16 ◦ blue 108

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

Shades of Dark Purple #87106C

Tints of Dark Purple #87106C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.18%

 BLUE value IS 108 (42.58% from 255) = 41.7%

R = 52.12%
G = 6.18%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#87106C (or 0x87106C) is known color: Dark Purple. HEX triplet: 87, 10 and 6C. RGB value is (135,16,108). Sum of RGB (Red+Green+Blue) = 135+16+108=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #87106C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87106C is #78EF93. Grayscale: #3D3D3D. Windows color (decimal): -7925652 or 7082119. OLE color: 7082119.

HSL color Cylindrical-coordinate representation of color #87106C: hue angle of 313.61º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #87106C is Cyan = 0, Magento = 0.88, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 16 108 -
CMYK 0 0.88 0.2 0.47
HSL 313.61º 0.79% 0.3% -
HSV(B) 313.61º 0.88% 0.53% -
XYZ 12.88 6.6 14.78 -
YUV 62.07 153.92 180.02 -
System Red Green Blue C M Y K H S L
Decimal 135 16 108 0 0.88 0.2 0.47 313.61 0.79 0.3
Hex 87 10 6C 0 58 14 2F 13A 4F 1E
Octal 207 20 154 0 130 24 57 472 117 36
Binary 10000111 10000 1101100 0 1011000 10100 101111 100111010 1001111 11110

Color Harmonies of #87106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87106C

Black with #87106C

Text Example


Text Example

White with #87106C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87106C; }

 p { color: rgb(135,16,108); }

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

background-color css

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

 a { background-color: rgb(135,16,108); }

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

border-color css

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

 span { border-color: rgb(135,16,108); }

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