#9320EF

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

Shades of Blue Violet #9320EF

Tints of Blue Violet #9320EF

Color information

#9320EF (or 0x9320EF) is unknown color: approx Blue Violet. HEX triplet: 93, 20 and EF. RGB value is (147,32,239). Sum of RGB (Red+Green+Blue) = 147+32+239=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #9320EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9320EF is #6CDF10. Grayscale: #595959. Windows color (decimal): -7134993 or 15671443. OLE color: 15671443.

HSL color Cylindrical-coordinate representation of color #9320EF: hue angle of 273.33º 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 #9320EF is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14732239-
CMYK0.380.8700.06
HSL273.33º86.61%53.14%-
HSV(B)273.33º86.61%93.73%-
XYZ28.1313.4782.78-
YUV89.98212.1168.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.17%
GREEN value IS 32 (12.89% from 255) = 7.66%
BLUE value IS 239 (93.75% from 255) = 57.18%
R=35.17%
G=7.66%
B=57.18%

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
Decimal147322390.380.8700.06273.3386.6153.14
Hex9320EF2657061115735
Octal22340357461270642112765
Binary1001001110000011101111100110101011101101000100011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9320EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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