#861383

Color #861383 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #861383

Tints of Dark Purple #861383

Color information

#861383 (or 0x861383) is unknown color: approx Dark Purple. HEX triplet: 86, 13 and 83. RGB value is (134,19,131). Sum of RGB (Red+Green+Blue) = 134+19+131=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #861383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861383 is #79EC7C. Grayscale: #414141. Windows color (decimal): -7990397 or 8590214. OLE color: 8590214.

HSL color Cylindrical-coordinate representation of color #861383: hue angle of 301.57º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #861383 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB13419131-
CMYK00.860.020.47
HSL301.57º75.16%30%-
HSV(B)301.57º85.82%52.55%-
XYZ14.167.1722.11-
YUV66.15164.6176.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.18%
GREEN value IS 19 (7.81% from 255) = 6.69%
BLUE value IS 131 (51.56% from 255) = 46.13%
R=47.18%
G=6.69%
B=46.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341913100.860.020.47301.5775.1630
Hex86138305622F12e4b1e
Octal20623203012625745611336
Binary1000011010011100000110101011010101111100101110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861383; }

 p { color: rgb(134,19,131); }

 H1.HeaderClassName
 {
   color: #861383;
 }
 .AnyTagClassName
 {
   color: #861383;
 }
</style>
background-color css

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

 a { background-color: rgb(134,19,131); }

 div.DivClassName
 {
   background-color: #861383;
 }
 .BgClassName
 {
   background-color: #861383;
 }
</style>
border-color css

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

 span { border-color: rgb(134,19,131); }

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