#9420EF

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

Shades of Blue Violet #9420EF

Tints of Blue Violet #9420EF

Color information

#9420EF (or 0x9420EF) is unknown color: approx Blue Violet. HEX triplet: 94, 20 and EF. RGB value is (148,32,239). Sum of RGB (Red+Green+Blue) = 148+32+239=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #9420EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9420EF is #6BDF10. Grayscale: #595959. Windows color (decimal): -7069457 or 15671444. OLE color: 15671444.

HSL color Cylindrical-coordinate representation of color #9420EF: hue angle of 273.62º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9420EF is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14832239-
CMYK0.380.8700.06
HSL273.62º86.61%53.14%-
HSV(B)273.62º86.61%93.73%-
XYZ28.3113.5682.79-
YUV90.28211.93169.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 32 (12.89% from 255) = 7.64%
BLUE value IS 239 (93.75% from 255) = 57.04%
R=35.32%
G=7.64%
B=57.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal148322390.380.8700.06273.6286.6153.14
Hex9420EF2657061125735
Octal22440357461270642212765
Binary1001010010000011101111100110101011101101000100101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9420EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9420EF; }

 p { color: rgb(148,32,239); }

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

<style>
 a { background-color: #9420EF; }

 a { background-color: rgb(148,32,239); }

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

<style>
 span { border-color: #9420EF; }

 span { border-color: rgb(148,32,239); }

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