Html Css Color HEX #87106D Dark Purple

📋 copy color: '#87106D'

red 135 ◦ green 16 ◦ blue 109

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

Shades of Dark Purple #87106D

Tints of Dark Purple #87106D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.92%

R = 51.92%
G = 6.15%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#87106D (or 0x87106D) is known color: Dark Purple. HEX triplet: 87, 10 and 6D. RGB value is (135,16,109). Sum of RGB (Red+Green+Blue) = 135+16+109=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #87106D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87106D is #78EF92. Grayscale: #3D3D3D. Windows color (decimal): -7925651 or 7147655. OLE color: 7147655.

HSL color Cylindrical-coordinate representation of color #87106D: hue angle of 313.11º 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 #87106D is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 16 109 -
CMYK 0 0.88 0.19 0.47
HSL 313.11º 0.79% 0.3% -
HSV(B) 313.11º 0.88% 0.53% -
XYZ 12.94 6.63 15.07 -
YUV 62.18 154.42 179.94 -
System Red Green Blue C M Y K H S L
Decimal 135 16 109 0 0.88 0.19 0.47 313.11 0.79 0.3
Hex 87 10 6D 0 58 13 2F 139 4F 1E
Octal 207 20 155 0 130 23 57 471 117 36
Binary 10000111 10000 1101101 0 1011000 10011 101111 100111001 1001111 11110

Color Harmonies of #87106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87106D

Black with #87106D

Text Example


Text Example

White with #87106D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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