#9311E0

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

Shades of Dark Violet #9311E0

Tints of Dark Violet #9311E0

Color information

#9311E0 (or 0x9311E0) is unknown color: approx Dark Violet. HEX triplet: 93, 11 and E0. RGB value is (147,17,224). Sum of RGB (Red+Green+Blue) = 147+17+224=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 224 (87.89% from 255 or 57.73% from 388); Max value from RGB is 224 - color contains mainly: blue. Hex color #9311E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9311E0 is #6CEE1F. Grayscale: #4E4E4E. Windows color (decimal): -7138848 or 14684563. OLE color: 14684563.

HSL color Cylindrical-coordinate representation of color #9311E0: hue angle of 277.68º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9311E0 is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14717224-
CMYK0.340.9200.12
HSL277.68º85.89%47.25%-
HSV(B)277.68º92.41%87.84%-
XYZ25.6911.9971.48-
YUV79.47209.57176.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.89%
GREEN value IS 17 (7.03% from 255) = 4.38%
BLUE value IS 224 (87.89% from 255) = 57.73%
R=37.89%
G=4.38%
B=57.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal147172240.340.9200.12277.6885.8947.25
Hex9311E0225C0C116562f
Octal223213404213401442612657
Binary1001001110001111000001000101011100011001000101101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9311E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9311E0; }

 p { color: rgb(147,17,224); }

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

<style>
 a { background-color: #9311E0; }

 a { background-color: rgb(147,17,224); }

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

<style>
 span { border-color: #9311E0; }

 span { border-color: rgb(147,17,224); }

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