Html Css Color HEX #87366C Dark Purple

📋 copy color: '#87366C'

red 135 ◦ green 54 ◦ blue 108

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

Shades of Dark Purple #87366C

Tints of Dark Purple #87366C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.18%

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

R = 45.45%
G = 18.18%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#87366C (or 0x87366C) is known color: Dark Purple. HEX triplet: 87, 36 and 6C. RGB value is (135,54,108). Sum of RGB (Red+Green+Blue) = 135+54+108=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #87366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87366C is #78C993. Grayscale: #545454. Windows color (decimal): -7915924 or 7091847. OLE color: 7091847.

HSL color Cylindrical-coordinate representation of color #87366C: hue angle of 320º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #87366C is Cyan = 0, Magento = 0.60, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 54 108 -
CMYK 0 0.60 0.2 0.47
HSL 320º 0.43% 0.37% -
HSV(B) 320º 0.6% 0.53% -
XYZ 14.02 8.87 15.16 -
YUV 84.38 141.34 164.11 -
System Red Green Blue C M Y K H S L
Decimal 135 54 108 0 0.60 0.2 0.47 320 0.43 0.37
Hex 87 36 6C 0 3C 14 2F 140 2B 25
Octal 207 66 154 0 74 24 57 500 53 45
Binary 10000111 110110 1101100 0 111100 10100 101111 101000000 101011 100101

Color Harmonies of #87366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87366C

Black with #87366C

Text Example


Text Example

White with #87366C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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