#8216C6

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

Shades of Dark Violet #8216C6

Tints of Dark Violet #8216C6

Color information

#8216C6 (or 0x8216C6) is unknown color: approx Dark Violet. HEX triplet: 82, 16 and C6. RGB value is (130,22,198). Sum of RGB (Red+Green+Blue) = 130+22+198=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 198 (77.73% from 255 or 56.57% from 350); Max value from RGB is 198 - color contains mainly: blue. Hex color #8216C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8216C6 is #7DE939. Grayscale: #494949. Windows color (decimal): -8251706 or 12981890. OLE color: 12981890.

HSL color Cylindrical-coordinate representation of color #8216C6: hue angle of 276.82º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8216C6 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13022198-
CMYK0.340.8900.22
HSL276.82º80%43.14%-
HSV(B)276.82º88.89%77.65%-
XYZ19.699.454.2-
YUV74.36197.78167.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.14%
GREEN value IS 22 (8.98% from 255) = 6.29%
BLUE value IS 198 (77.73% from 255) = 56.57%
R=37.14%
G=6.29%
B=56.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal130221980.340.8900.22276.828043.14
Hex8216C62259016115502b
Octal202263064213102642512053
Binary10000010101101100011010001010110010101101000101011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8216C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8216C6; }

 p { color: rgb(130,22,198); }

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

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

 a { background-color: rgb(130,22,198); }

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

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

 span { border-color: rgb(130,22,198); }

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