#863182

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

Shades of Dark Purple #863182

Tints of Dark Purple #863182

Color information

#863182 (or 0x863182) is unknown color: approx Dark Purple. HEX triplet: 86, 31 and 82. RGB value is (134,49,130). Sum of RGB (Red+Green+Blue) = 134+49+130=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #863182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863182 is #79CE7D. Grayscale: #535353. Windows color (decimal): -7982718 or 8532358. OLE color: 8532358.

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

Color convert

RGB13449130-
CMYK00.630.030.47
HSL302.82º46.45%35.88%-
HSV(B)302.82º63.43%52.55%-
XYZ14.968.8822.04-
YUV83.65154.16163.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 49 (19.53% from 255) = 15.65%
BLUE value IS 130 (51.17% from 255) = 41.53%
R=42.81%
G=15.65%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344913000.630.030.47302.8246.4535.88
Hex86318203F32F12f2e24
Octal206612020773574575644
Binary1000011011000110000010011111111101111100101111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863182; }

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

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

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

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

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

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

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

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