#8206C4

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

Shades of Dark Violet #8206C4

Tints of Dark Violet #8206C4

Color information

#8206C4 (or 0x8206C4) is unknown color: approx Dark Violet. HEX triplet: 82, 06 and C4. RGB value is (130,6,196). Sum of RGB (Red+Green+Blue) = 130+6+196=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 196 (76.95% from 255 or 59.04% from 332); Max value from RGB is 196 - color contains mainly: blue. Hex color #8206C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8206C4 is #7DF93B. Grayscale: #404040. Windows color (decimal): -8255804 or 12846722. OLE color: 12846722.

HSL color Cylindrical-coordinate representation of color #8206C4: hue angle of 279.16º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8206C4 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1306196-
CMYK0.340.9700.23
HSL279.16º94.06%39.61%-
HSV(B)279.16º96.94%76.86%-
XYZ19.238.8652.92-
YUV64.74202.08174.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.16%
GREEN value IS 6 (2.73% from 255) = 1.81%
BLUE value IS 196 (76.95% from 255) = 59.04%
R=39.16%
G=1.81%
B=59.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal13061960.340.9700.23279.1694.0639.61
Hex826C422610171175e28
Octal20263044214102742713650
Binary100000101101100010010001011000010101111000101111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8206C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8206C4; }

 p { color: rgb(130,6,196); }

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

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

 a { background-color: rgb(130,6,196); }

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

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

 span { border-color: rgb(130,6,196); }

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