Html Css Color HEX #87146C Dark Purple

📋 copy color: '#87146C'

red 135 ◦ green 20 ◦ blue 108

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

Shades of Dark Purple #87146C

Tints of Dark Purple #87146C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.6%

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

R = 51.33%
G = 7.6%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#87146C (or 0x87146C) is known color: Dark Purple. HEX triplet: 87, 14 and 6C. RGB value is (135,20,108). Sum of RGB (Red+Green+Blue) = 135+20+108=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #87146C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87146C is #78EB93. Grayscale: #404040. Windows color (decimal): -7924628 or 7083143. OLE color: 7083143.

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

Color convert

RGB 135 20 108 -
CMYK 0 0.85 0.2 0.47
HSL 314.09º 0.74% 0.3% -
HSV(B) 314.09º 0.85% 0.53% -
XYZ 12.95 6.73 14.8 -
YUV 64.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 135 20 108 0 0.85 0.2 0.47 314.09 0.74 0.3
Hex 87 14 6C 0 55 14 2F 13A 4A 1E
Octal 207 24 154 0 125 24 57 472 112 36
Binary 10000111 10100 1101100 0 1010101 10100 101111 100111010 1001010 11110

Color Harmonies of #87146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87146C

Black with #87146C

Text Example


Text Example

White with #87146C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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