Html Css Color HEX #87386F Dark Purple

📋 copy color: '#87386F'

red 135 ◦ green 56 ◦ blue 111

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

Shades of Dark Purple #87386F

Tints of Dark Purple #87386F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 44.7%
G = 18.54%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#87386F (or 0x87386F) is known color: Dark Purple. HEX triplet: 87, 38 and 6F. RGB value is (135,56,111). Sum of RGB (Red+Green+Blue) = 135+56+111=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #87386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87386F is #78C790. Grayscale: #555555. Windows color (decimal): -7915409 or 7288967. OLE color: 7288967.

HSL color Cylindrical-coordinate representation of color #87386F: hue angle of 318.23º 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 #87386F is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 56 111 -
CMYK 0 0.59 0.18 0.47
HSL 318.23º 0.41% 0.37% -
HSV(B) 318.23º 0.59% 0.53% -
XYZ 14.28 9.13 16.05 -
YUV 85.89 142.17 163.03 -
System Red Green Blue C M Y K H S L
Decimal 135 56 111 0 0.59 0.18 0.47 318.23 0.41 0.37
Hex 87 38 6F 0 3B 12 2F 13E 29 25
Octal 207 70 157 0 73 22 57 476 51 45
Binary 10000111 111000 1101111 0 111011 10010 101111 100111110 101001 100101

Color Harmonies of #87386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87386F

Black with #87386F

Text Example


Text Example

White with #87386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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