Html Css Color HEX #87146B Dark Purple

📋 copy color: '#87146B'

red 135 ◦ green 20 ◦ blue 107

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

Shades of Dark Purple #87146B

Tints of Dark Purple #87146B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.84%

R = 51.53%
G = 7.63%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#87146B (or 0x87146B) is known color: Dark Purple. HEX triplet: 87, 14 and 6B. RGB value is (135,20,107). Sum of RGB (Red+Green+Blue) = 135+20+107=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #87146B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87146B is #78EB94. Grayscale: #404040. Windows color (decimal): -7924629 or 7017607. OLE color: 7017607.

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

Color convert

RGB 135 20 107 -
CMYK 0 0.85 0.21 0.47
HSL 314.61º 0.74% 0.3% -
HSV(B) 314.61º 0.85% 0.53% -
XYZ 12.9 6.71 14.53 -
YUV 64.3 152.1 178.43 -
System Red Green Blue C M Y K H S L
Decimal 135 20 107 0 0.85 0.21 0.47 314.61 0.74 0.3
Hex 87 14 6B 0 55 15 2F 13B 4A 1E
Octal 207 24 153 0 125 25 57 473 112 36
Binary 10000111 10100 1101011 0 1010101 10101 101111 100111011 1001010 11110

Color Harmonies of #87146B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87146B

Black with #87146B

Text Example


Text Example

White with #87146B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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