#8411DD

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

Shades of Blue Violet #8411DD

Tints of Blue Violet #8411DD

Color information

#8411DD (or 0x8411DD) is unknown color: approx Blue Violet. HEX triplet: 84, 11 and DD. RGB value is (132,17,221). Sum of RGB (Red+Green+Blue) = 132+17+221=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #8411DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8411DD is #7BEE22. Grayscale: #494949. Windows color (decimal): -8121891 or 14487940. OLE color: 14487940.

HSL color Cylindrical-coordinate representation of color #8411DD: hue angle of 273.82º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8411DD is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13217221-
CMYK0.400.9200.13
HSL273.82º85.71%46.67%-
HSV(B)273.82º92.31%86.67%-
XYZ22.7710.5369.24-
YUV74.64210.6168.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.68%
GREEN value IS 17 (7.03% from 255) = 4.59%
BLUE value IS 221 (86.72% from 255) = 59.73%
R=35.68%
G=4.59%
B=59.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal132172210.400.9200.13273.8285.7146.67
Hex8411DD285C0D112562f
Octal204213355013401542212657
Binary1000010010001110111011010001011100011011000100101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8411DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8411DD; }

 p { color: rgb(132,17,221); }

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

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

 a { background-color: rgb(132,17,221); }

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

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

 span { border-color: rgb(132,17,221); }

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