#9017EA

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

Shades of Blue Violet #9017EA

Tints of Blue Violet #9017EA

Color information

#9017EA (or 0x9017EA) is unknown color: approx Blue Violet. HEX triplet: 90, 17 and EA. RGB value is (144,23,234). Sum of RGB (Red+Green+Blue) = 144+23+234=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #9017EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9017EA is #6FE815. Grayscale: #525252. Windows color (decimal): -7333910 or 15341456. OLE color: 15341456.

HSL color Cylindrical-coordinate representation of color #9017EA: hue angle of 274.41º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9017EA is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14423234-
CMYK0.380.9000.08
HSL274.41º83.4%50.39%-
HSV(B)274.41º90.17%91.76%-
XYZ26.6612.4878.85-
YUV83.23213.09171.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.91%
GREEN value IS 23 (9.38% from 255) = 5.74%
BLUE value IS 234 (91.80% from 255) = 58.35%
R=35.91%
G=5.74%
B=58.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal144232340.380.9000.08274.4183.450.39
Hex9017EA265A081125332
Octal220273524613201042212362
Binary1001000010111111010101001101011010010001000100101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9017EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9017EA; }

 p { color: rgb(144,23,234); }

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

<style>
 a { background-color: #9017EA; }

 a { background-color: rgb(144,23,234); }

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

<style>
 span { border-color: #9017EA; }

 span { border-color: rgb(144,23,234); }

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