Html Css Color HEX #86387F Dark Purple

📋 copy color: '#86387F'

red 134 ◦ green 56 ◦ blue 127

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

Shades of Dark Purple #86387F

Tints of Dark Purple #86387F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.06%

R = 42.27%
G = 17.67%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#86387F (or 0x86387F) is known color: Dark Purple. HEX triplet: 86, 38 and 7F. RGB value is (134,56,127). Sum of RGB (Red+Green+Blue) = 134+56+127=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #86387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86387F is #79C780. Grayscale: #575757. Windows color (decimal): -7980929 or 8337542. OLE color: 8337542.

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

Color convert

RGB 134 56 127 -
CMYK 0 0.58 0.05 0.47
HSL 305.38º 0.41% 0.37% -
HSV(B) 305.38º 0.58% 0.53% -
XYZ 15.08 9.43 21.1 -
YUV 87.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 134 56 127 0 0.58 0.05 0.47 305.38 0.41 0.37
Hex 86 38 7F 0 3A 5 2F 131 29 25
Octal 206 70 177 0 72 5 57 461 51 45
Binary 10000110 111000 1111111 0 111010 101 101111 100110001 101001 100101

Color Harmonies of #86387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86387F

Black with #86387F

Text Example


Text Example

White with #86387F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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