#911ea0

Color #911EA0 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #911EA0

Tints of Vivid Violet #911EA0

Color information

#911EA0 (or 0x911EA0) is unknown color: approx Vivid Violet. HEX triplet: 91, 1E and A0. RGB value is (145,30,160). Sum of RGB (Red+Green+Blue) = 145+30+160=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 160 - color contains mainly: blue. Hex color #911EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911EA0 is #6EE15F. Grayscale: #4E4E4E. Windows color (decimal): -7266656 or 10493585. OLE color: 10493585.

HSL color Cylindrical-coordinate representation of color #911EA0: hue angle of 293.08º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #911EA0 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB14530160-
CMYK0.090.8100.37
HSL293.08º68.42%37.25%-
HSV(B)293.08º81.25%62.75%-
XYZ18.499.4934.11-
YUV79.2173.6174.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.28%
GREEN value IS 30 (12.11% from 255) = 8.96%
BLUE value IS 160 (62.89% from 255) = 47.76%
R=43.28%
G=8.96%
B=47.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal145301600.090.8100.37293.0868.4237.25
Hex911EA09510251254425
Octal221362401112104544510445
Binary1001000111110101000001001101000101001011001001011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911ea0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911ea0; }

 p { color: rgb(145,30,160); }

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

<style>
 a { background-color: #911ea0; }

 a { background-color: rgb(145,30,160); }

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

<style>
 span { border-color: #911ea0; }

 span { border-color: rgb(145,30,160); }

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