Html Css Color HEX #87147E Dark Purple

📋 copy color: '#87147E'

red 135 ◦ green 20 ◦ blue 126

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

Shades of Dark Purple #87147E

Tints of Dark Purple #87147E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 44.84%

R = 48.04%
G = 7.12%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87147E (or 0x87147E) is known color: Dark Purple. HEX triplet: 87, 14 and 7E. RGB value is (135,20,126). Sum of RGB (Red+Green+Blue) = 135+20+126=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 126 (49.61% from 255 or 44.84% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #87147E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87147E is #78EB81. Grayscale: #424242. Windows color (decimal): -7924610 or 8262791. OLE color: 8262791.

HSL color Cylindrical-coordinate representation of color #87147E: hue angle of 304.7º 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 #87147E is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 20 126 -
CMYK 0 0.85 0.07 0.47
HSL 304.7º 0.74% 0.3% -
HSV(B) 304.7º 0.85% 0.53% -
XYZ 14.01 7.16 20.38 -
YUV 66.47 161.6 176.88 -
System Red Green Blue C M Y K H S L
Decimal 135 20 126 0 0.85 0.07 0.47 304.7 0.74 0.3
Hex 87 14 7E 0 55 7 2F 131 4A 1E
Octal 207 24 176 0 125 7 57 461 112 36
Binary 10000111 10100 1111110 0 1010101 111 101111 100110001 1001010 11110

Color Harmonies of #87147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87147E

Black with #87147E

Text Example


Text Example

White with #87147E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87147E; }

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

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

background-color css

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

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

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

border-color css

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

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

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