#8111ED

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

Shades of Blue Violet #8111ED

Tints of Blue Violet #8111ED

Color information

#8111ED (or 0x8111ED) is unknown color: approx Blue Violet. HEX triplet: 81, 11 and ED. RGB value is (129,17,237). Sum of RGB (Red+Green+Blue) = 129+17+237=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 237 (92.97% from 255 or 61.88% from 383); Max value from RGB is 237 - color contains mainly: blue. Hex color #8111ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8111ED is #7EEE12. Grayscale: #4A4A4A. Windows color (decimal): -8318483 or 15536513. OLE color: 15536513.

HSL color Cylindrical-coordinate representation of color #8111ED: hue angle of 270.55º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8111ED is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12917237-
CMYK0.460.9300.07
HSL270.55º86.61%49.8%-
HSV(B)270.55º92.83%92.94%-
XYZ24.5411.1880.99-
YUV75.57219.11166.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.68%
GREEN value IS 17 (7.03% from 255) = 4.44%
BLUE value IS 237 (92.97% from 255) = 61.88%
R=33.68%
G=4.44%
B=61.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal129172370.460.9300.07270.5586.6149.8
Hex8111ED2E5D0710f5732
Octal20121355561350741712762
Binary100000011000111101101101110101110101111000011111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8111ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8111ED; }

 p { color: rgb(129,17,237); }

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

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

 a { background-color: rgb(129,17,237); }

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

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

 span { border-color: rgb(129,17,237); }

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