Html Css Color HEX #86387C Dark Purple

📋 copy color: '#86387C'

red 134 ◦ green 56 ◦ blue 124

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

Shades of Dark Purple #86387C

Tints of Dark Purple #86387C

RGB

 RED value IS 134 (52.73% from 255) = 42.68%

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

 BLUE value IS 124 (48.83% from 255) = 39.49%

R = 42.68%
G = 17.83%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#86387C (or 0x86387C) is known color: Dark Purple. HEX triplet: 86, 38 and 7C. RGB value is (134,56,124). Sum of RGB (Red+Green+Blue) = 134+56+124=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #86387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86387C is #79C783. Grayscale: #565656. Windows color (decimal): -7980932 or 8140934. OLE color: 8140934.

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

Color convert

RGB 134 56 124 -
CMYK 0 0.58 0.07 0.47
HSL 307.69º 0.41% 0.37% -
HSV(B) 307.69º 0.58% 0.53% -
XYZ 14.88 9.35 20.09 -
YUV 87.07 148.84 161.47 -
System Red Green Blue C M Y K H S L
Decimal 134 56 124 0 0.58 0.07 0.47 307.69 0.41 0.37
Hex 86 38 7C 0 3A 7 2F 134 29 25
Octal 206 70 174 0 72 7 57 464 51 45
Binary 10000110 111000 1111100 0 111010 111 101111 100110100 101001 100101

Color Harmonies of #86387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86387C

Black with #86387C

Text Example


Text Example

White with #86387C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,56,124); }

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

background-color css

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

 a { background-color: rgb(134,56,124); }

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

border-color css

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

 span { border-color: rgb(134,56,124); }

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