#861483

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

Shades of Dark Purple #861483

Tints of Dark Purple #861483

Color information

#861483 (or 0x861483) is unknown color: approx Dark Purple. HEX triplet: 86, 14 and 83. RGB value is (134,20,131). Sum of RGB (Red+Green+Blue) = 134+20+131=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #861483 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861483 is #79EB7C. Grayscale: #424242. Windows color (decimal): -7990141 or 8590470. OLE color: 8590470.

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

Color convert

RGB13420131-
CMYK00.850.020.47
HSL301.58º74.03%30.2%-
HSV(B)301.58º85.07%52.55%-
XYZ14.187.2122.12-
YUV66.74164.27175.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.02%
GREEN value IS 20 (8.20% from 255) = 7.02%
BLUE value IS 131 (51.56% from 255) = 45.96%
R=47.02%
G=7.02%
B=45.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1342013100.850.020.47301.5874.0330.2
Hex86148305522F12e4a1e
Octal20624203012525745611236
Binary1000011010100100000110101010110101111100101110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861483; }

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

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

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

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

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

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

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

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