Html Css Color HEX #87386C Dark Purple

📋 copy color: '#87386C'

red 135 ◦ green 56 ◦ blue 108

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

Shades of Dark Purple #87386C

Tints of Dark Purple #87386C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.73%

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

R = 45.15%
G = 18.73%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#87386C (or 0x87386C) is known color: Dark Purple. HEX triplet: 87, 38 and 6C. RGB value is (135,56,108). Sum of RGB (Red+Green+Blue) = 135+56+108=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #87386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87386C is #78C793. Grayscale: #555555. Windows color (decimal): -7915412 or 7092359. OLE color: 7092359.

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

Color convert

RGB 135 56 108 -
CMYK 0 0.59 0.2 0.47
HSL 320.51º 0.41% 0.37% -
HSV(B) 320.51º 0.59% 0.53% -
XYZ 14.11 9.06 15.19 -
YUV 85.55 140.67 163.27 -
System Red Green Blue C M Y K H S L
Decimal 135 56 108 0 0.59 0.2 0.47 320.51 0.41 0.37
Hex 87 38 6C 0 3B 14 2F 141 29 25
Octal 207 70 154 0 73 24 57 501 51 45
Binary 10000111 111000 1101100 0 111011 10100 101111 101000001 101001 100101

Color Harmonies of #87386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87386C

Black with #87386C

Text Example


Text Example

White with #87386C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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