#9949ED

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

Shades of Blue Violet #9949ED

Tints of Blue Violet #9949ED

Color information

#9949ED (or 0x9949ED) is unknown color: approx Blue Violet. HEX triplet: 99, 49 and ED. RGB value is (153,73,237). Sum of RGB (Red+Green+Blue) = 153+73+237=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #9949ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9949ED is #66B612. Grayscale: #737373. Windows color (decimal): -6731283 or 15550873. OLE color: 15550873.

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

Color convert

RGB15373237-
CMYK0.350.6900.07
HSL269.27º82%60.78%-
HSV(B)269.27º69.2%92.94%-
XYZ30.8117.6581.9-
YUV115.62196.5154.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.05%
GREEN value IS 73 (28.91% from 255) = 15.77%
BLUE value IS 237 (92.97% from 255) = 51.19%
R=33.05%
G=15.77%
B=51.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal153732370.350.6900.07269.278260.78
Hex9949ED23450710d523d
Octal231111355431050741512275
Binary10011001100100111101101100011100010101111000011011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9949ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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