#8211DC

Color #8211DC Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8211DC

Tints of Blue Violet #8211DC

Color information

#8211DC (or 0x8211DC) is unknown color: approx Blue Violet. HEX triplet: 82, 11 and DC. RGB value is (130,17,220). Sum of RGB (Red+Green+Blue) = 130+17+220=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #8211DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8211DC is #7DEE23. Grayscale: #494949. Windows color (decimal): -8252964 or 14422402. OLE color: 14422402.

HSL color Cylindrical-coordinate representation of color #8211DC: hue angle of 273.4º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8211DC is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13017220-
CMYK0.410.9200.14
HSL273.4º85.65%46.47%-
HSV(B)273.4º92.27%86.27%-
XYZ22.3210.3168.52-
YUV73.93210.44167.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.42%
GREEN value IS 17 (7.03% from 255) = 4.63%
BLUE value IS 220 (86.33% from 255) = 59.95%
R=35.42%
G=4.63%
B=59.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal130172200.410.9200.14273.485.6546.47
Hex8211DC295C0E111562e
Octal202213345113401642112656
Binary1000001010001110111001010011011100011101000100011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8211DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8211DC; }

 p { color: rgb(130,17,220); }

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

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

 a { background-color: rgb(130,17,220); }

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

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

 span { border-color: rgb(130,17,220); }

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