#9430EC

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

Shades of Blue Violet #9430EC

Tints of Blue Violet #9430EC

Color information

#9430EC (or 0x9430EC) is unknown color: approx Blue Violet. HEX triplet: 94, 30 and EC. RGB value is (148,48,236). Sum of RGB (Red+Green+Blue) = 148+48+236=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #9430EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9430EC is #6BCF13. Grayscale: #626262. Windows color (decimal): -7065364 or 15478932. OLE color: 15478932.

HSL color Cylindrical-coordinate representation of color #9430EC: hue angle of 271.91º 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 #9430EC is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14848236-
CMYK0.370.8000.07
HSL271.91º83.19%55.69%-
HSV(B)271.91º79.66%92.55%-
XYZ28.4114.4780.65-
YUV99.33205.13162.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.26%
GREEN value IS 48 (19.14% from 255) = 11.11%
BLUE value IS 236 (92.58% from 255) = 54.63%
R=34.26%
G=11.11%
B=54.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal148482360.370.8000.07271.9183.1955.69
Hex9430EC2550071105338
Octal22460354451200742012370
Binary1001010011000011101100100101101000001111000100001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9430EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9430EC; }

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

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

<style>
 a { background-color: #9430EC; }

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

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

<style>
 span { border-color: #9430EC; }

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

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