#9042EA

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

Shades of Blue Violet #9042EA

Tints of Blue Violet #9042EA

Color information

#9042EA (or 0x9042EA) is unknown color: approx Blue Violet. HEX triplet: 90, 42 and EA. RGB value is (144,66,234). Sum of RGB (Red+Green+Blue) = 144+66+234=444 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.43% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #9042EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9042EA is #6FBD15. Grayscale: #6B6B6B. Windows color (decimal): -7322902 or 15352464. OLE color: 15352464.

HSL color Cylindrical-coordinate representation of color #9042EA: hue angle of 267.86º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9042EA is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14466234-
CMYK0.380.7200.08
HSL267.86º80%58.82%-
HSV(B)267.86º71.79%91.76%-
XYZ28.315.7779.39-
YUV108.47198.84153.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.43%
GREEN value IS 66 (26.17% from 255) = 14.86%
BLUE value IS 234 (91.80% from 255) = 52.70%
R=32.43%
G=14.86%
B=52.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal144662340.380.7200.08267.868058.82
Hex9042EA26480810c503b
Octal2201023524611001041412073
Binary100100001000010111010101001101001000010001000011001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9042EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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