#9330ec

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

Shades of Blue Violet #9330EC

Tints of Blue Violet #9330EC

Color information

#9330EC (or 0x9330EC) is unknown color: approx Blue Violet. HEX triplet: 93, 30 and EC. RGB value is (147,48,236). Sum of RGB (Red+Green+Blue) = 147+48+236=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #9330EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9330EC is #6CCF13. Grayscale: #626262. Windows color (decimal): -7130900 or 15478931. OLE color: 15478931.

HSL color Cylindrical-coordinate representation of color #9330EC: hue angle of 271.6º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9330EC is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14748236-
CMYK0.380.8000.07
HSL271.6º83.19%55.69%-
HSV(B)271.6º79.66%92.55%-
XYZ28.2314.3780.64-
YUV99.03205.3162.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.11%
GREEN value IS 48 (19.14% from 255) = 11.14%
BLUE value IS 236 (92.58% from 255) = 54.76%
R=34.11%
G=11.14%
B=54.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal147482360.380.8000.07271.683.1955.69
Hex9330EC2650071105338
Octal22360354461200742012370
Binary1001001111000011101100100110101000001111000100001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9330ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9330ec; }

 p { color: rgb(147,48,236); }

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

<style>
 a { background-color: #9330ec; }

 a { background-color: rgb(147,48,236); }

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

<style>
 span { border-color: #9330ec; }

 span { border-color: rgb(147,48,236); }

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