Html Css Color HEX #87147A Dark Purple

📋 copy color: '#87147A'

red 135 ◦ green 20 ◦ blue 122

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

Shades of Dark Purple #87147A

Tints of Dark Purple #87147A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 44.04%

R = 48.74%
G = 7.22%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#87147A (or 0x87147A) is known color: Dark Purple. HEX triplet: 87, 14 and 7A. RGB value is (135,20,122). Sum of RGB (Red+Green+Blue) = 135+20+122=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #87147A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87147A is #78EB85. Grayscale: #414141. Windows color (decimal): -7924614 or 8000647. OLE color: 8000647.

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

Color convert

RGB 135 20 122 -
CMYK 0 0.85 0.10 0.47
HSL 306.78º 0.74% 0.3% -
HSV(B) 306.78º 0.85% 0.53% -
XYZ 13.75 7.06 19.05 -
YUV 66.01 159.6 177.21 -
System Red Green Blue C M Y K H S L
Decimal 135 20 122 0 0.85 0.10 0.47 306.78 0.74 0.3
Hex 87 14 7A 0 55 A 2F 133 4A 1E
Octal 207 24 172 0 125 12 57 463 112 36
Binary 10000111 10100 1111010 0 1010101 1010 101111 100110011 1001010 11110

Color Harmonies of #87147A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87147A

Black with #87147A

Text Example


Text Example

White with #87147A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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