#9019E8

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

Shades of Blue Violet #9019E8

Tints of Blue Violet #9019E8

Color information

#9019E8 (or 0x9019E8) is unknown color: approx Blue Violet. HEX triplet: 90, 19 and E8. RGB value is (144,25,232). Sum of RGB (Red+Green+Blue) = 144+25+232=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 232 (91.02% from 255 or 57.86% from 401); Max value from RGB is 232 - color contains mainly: blue. Hex color #9019E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9019E8 is #6FE617. Grayscale: #535353. Windows color (decimal): -7333400 or 15210896. OLE color: 15210896.

HSL color Cylindrical-coordinate representation of color #9019E8: hue angle of 274.49º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9019E8 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14425232-
CMYK0.380.8900.09
HSL274.49º81.82%50.39%-
HSV(B)274.49º89.22%90.98%-
XYZ26.4112.4577.35-
YUV84.18211.42170.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.91%
GREEN value IS 25 (10.16% from 255) = 6.23%
BLUE value IS 232 (91.02% from 255) = 57.86%
R=35.91%
G=6.23%
B=57.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal144252320.380.8900.09274.4981.8250.39
Hex9019E82659091125232
Octal220313504613101142212262
Binary1001000011001111010001001101011001010011000100101010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9019E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9019E8; }

 p { color: rgb(144,25,232); }

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

<style>
 a { background-color: #9019E8; }

 a { background-color: rgb(144,25,232); }

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

<style>
 span { border-color: #9019E8; }

 span { border-color: rgb(144,25,232); }

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