#862382

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

Shades of Dark Purple #862382

Tints of Dark Purple #862382

Color information

#862382 (or 0x862382) is unknown color: approx Dark Purple. HEX triplet: 86, 23 and 82. RGB value is (134,35,130). Sum of RGB (Red+Green+Blue) = 134+35+130=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #862382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862382 is #79DC7D. Grayscale: #4B4B4B. Windows color (decimal): -7986302 or 8528774. OLE color: 8528774.

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

Color convert

RGB13435130-
CMYK00.740.030.47
HSL302.42º58.58%33.14%-
HSV(B)302.42º73.88%52.55%-
XYZ14.467.8821.88-
YUV75.43158.8169.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.82%
GREEN value IS 35 (14.06% from 255) = 11.71%
BLUE value IS 130 (51.17% from 255) = 43.48%
R=44.82%
G=11.71%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343513000.740.030.47302.4258.5833.14
Hex86238204A32F12e3b21
Octal2064320201123574567341
Binary10000110100011100000100100101011101111100101110111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862382; }

 p { color: rgb(134,35,130); }

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

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

 a { background-color: rgb(134,35,130); }

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

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

 span { border-color: rgb(134,35,130); }

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