#9111E2

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

Shades of Dark Violet #9111E2

Tints of Dark Violet #9111E2

Color information

#9111E2 (or 0x9111E2) is unknown color: approx Dark Violet. HEX triplet: 91, 11 and E2. RGB value is (145,17,226). Sum of RGB (Red+Green+Blue) = 145+17+226=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 226 (88.67% from 255 or 58.25% from 388); Max value from RGB is 226 - color contains mainly: blue. Hex color #9111E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9111E2 is #6EEE1D. Grayscale: #4E4E4E. Windows color (decimal): -7269918 or 14815633. OLE color: 14815633.

HSL color Cylindrical-coordinate representation of color #9111E2: hue angle of 276.75º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9111E2 is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14517226-
CMYK0.360.9200.11
HSL276.75º86.01%47.65%-
HSV(B)276.75º92.48%88.63%-
XYZ25.611.9172.9-
YUV79.1210.91175.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.37%
GREEN value IS 17 (7.03% from 255) = 4.38%
BLUE value IS 226 (88.67% from 255) = 58.25%
R=37.37%
G=4.38%
B=58.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal145172260.360.9200.11276.7586.0147.65
Hex9111E2245C0B1155630
Octal221213424413401342512660
Binary1001000110001111000101001001011100010111000101011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9111E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9111E2; }

 p { color: rgb(145,17,226); }

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

<style>
 a { background-color: #9111E2; }

 a { background-color: rgb(145,17,226); }

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

<style>
 span { border-color: #9111E2; }

 span { border-color: rgb(145,17,226); }

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