#9449E7

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

Shades of Blue Violet #9449E7

Tints of Blue Violet #9449E7

Color information

#9449E7 (or 0x9449E7) is unknown color: approx Blue Violet. HEX triplet: 94, 49 and E7. RGB value is (148,73,231). Sum of RGB (Red+Green+Blue) = 148+73+231=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 231 (90.62% from 255 or 51.11% from 452); Max value from RGB is 231 - color contains mainly: blue. Hex color #9449E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9449E7 is #6BB618. Grayscale: #707070. Windows color (decimal): -7058969 or 15157652. OLE color: 15157652.

HSL color Cylindrical-coordinate representation of color #9449E7: hue angle of 268.48º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9449E7 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14873231-
CMYK0.360.6800.09
HSL268.48º76.7%59.61%-
HSV(B)268.48º68.4%90.59%-
XYZ29.0216.8377.32-
YUV113.44194.35152.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.74%
GREEN value IS 73 (28.91% from 255) = 16.15%
BLUE value IS 231 (90.62% from 255) = 51.11%
R=32.74%
G=16.15%
B=51.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal148732310.360.6800.09268.4876.759.61
Hex9449E724440910c4d3c
Octal2241113474410401141411574
Binary100101001001001111001111001001000100010011000011001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9449E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9449E7; }

 p { color: rgb(148,73,231); }

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

<style>
 a { background-color: #9449E7; }

 a { background-color: rgb(148,73,231); }

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

<style>
 span { border-color: #9449E7; }

 span { border-color: rgb(148,73,231); }

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