#9042ED

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

Shades of Blue Violet #9042ED

Tints of Blue Violet #9042ED

Color information

#9042ED (or 0x9042ED) is unknown color: approx Blue Violet. HEX triplet: 90, 42 and ED. RGB value is (144,66,237). Sum of RGB (Red+Green+Blue) = 144+66+237=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #9042ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9042ED is #6FBD12. Grayscale: #6C6C6C. Windows color (decimal): -7322899 or 15549072. OLE color: 15549072.

HSL color Cylindrical-coordinate representation of color #9042ED: hue angle of 267.37º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9042ED is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14466237-
CMYK0.390.7200.07
HSL267.37º82.61%59.41%-
HSV(B)267.37º72.15%92.94%-
XYZ28.7415.9481.68-
YUV108.82200.34153.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.21%
GREEN value IS 66 (26.17% from 255) = 14.77%
BLUE value IS 237 (92.97% from 255) = 53.02%
R=32.21%
G=14.77%
B=53.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal144662370.390.7200.07267.3782.6159.41
Hex9042ED27480710b533b
Octal220102355471100741312373
Binary10010000100001011101101100111100100001111000010111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9042ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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