#9946ED

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

Shades of Blue Violet #9946ED

Tints of Blue Violet #9946ED

Color information

#9946ED (or 0x9946ED) is unknown color: approx Blue Violet. HEX triplet: 99, 46 and ED. RGB value is (153,70,237). Sum of RGB (Red+Green+Blue) = 153+70+237=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #9946ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9946ED is #66B912. Grayscale: #717171. Windows color (decimal): -6732051 or 15550105. OLE color: 15550105.

HSL color Cylindrical-coordinate representation of color #9946ED: hue angle of 269.82º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9946ED is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15370237-
CMYK0.350.7000.07
HSL269.82º82.27%60.2%-
HSV(B)269.82º70.46%92.94%-
XYZ30.6117.2781.84-
YUV113.85197.5155.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.26%
GREEN value IS 70 (27.73% from 255) = 15.22%
BLUE value IS 237 (92.97% from 255) = 51.52%
R=33.26%
G=15.22%
B=51.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal153702370.350.7000.07269.8282.2760.2
Hex9946ED23460710e523c
Octal231106355431060741612274
Binary10011001100011011101101100011100011001111000011101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9946ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,70,237); }

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

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

 a { background-color: rgb(153,70,237); }

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

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

 span { border-color: rgb(153,70,237); }

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