#9A49F8

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

Shades of Blue Violet #9A49F8

Tints of Blue Violet #9A49F8

Color information

#9A49F8 (or 0x9A49F8) is unknown color: approx Blue Violet. HEX triplet: 9A, 49 and F8. RGB value is (154,73,248). Sum of RGB (Red+Green+Blue) = 154+73+248=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 248 (97.27% from 255 or 52.21% from 475); Max value from RGB is 248 - color contains mainly: blue. Hex color #9A49F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A49F8 is #65B607. Grayscale: #747474. Windows color (decimal): -6665736 or 16271770. OLE color: 16271770.

HSL color Cylindrical-coordinate representation of color #9A49F8: hue angle of 267.77º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9A49F8 is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB15473248-
CMYK0.380.7100.03
HSL267.77º92.59%62.94%-
HSV(B)267.77º70.56%97.25%-
XYZ32.6518.4190.64-
YUV117.17201.84154.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.42%
GREEN value IS 73 (28.91% from 255) = 15.37%
BLUE value IS 248 (97.27% from 255) = 52.21%
R=32.42%
G=15.37%
B=52.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal154732480.380.7100.03267.7792.5962.94
Hex9A49F826470310c5d3f
Octal232111370461070341413577
Binary1001101010010011111100010011010001110111000011001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A49F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A49F8; }

 p { color: rgb(154,73,248); }

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

<style>
 a { background-color: #9A49F8; }

 a { background-color: rgb(154,73,248); }

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

<style>
 span { border-color: #9A49F8; }

 span { border-color: rgb(154,73,248); }

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