#9549F0

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

Shades of Blue Violet #9549F0

Tints of Blue Violet #9549F0

Color information

#9549F0 (or 0x9549F0) is unknown color: approx Blue Violet. HEX triplet: 95, 49 and F0. RGB value is (149,73,240). Sum of RGB (Red+Green+Blue) = 149+73+240=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 240 (94.14% from 255 or 51.95% from 462); Max value from RGB is 240 - color contains mainly: blue. Hex color #9549F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9549F0 is #6AB60F. Grayscale: #727272. Windows color (decimal): -6993424 or 15747477. OLE color: 15747477.

HSL color Cylindrical-coordinate representation of color #9549F0: hue angle of 267.31º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9549F0 is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14973240-
CMYK0.380.7000.06
HSL267.31º84.77%61.37%-
HSV(B)267.31º69.58%94.12%-
XYZ30.5117.4584.2-
YUV114.76198.68152.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.25%
GREEN value IS 73 (28.91% from 255) = 15.80%
BLUE value IS 240 (94.14% from 255) = 51.95%
R=32.25%
G=15.80%
B=51.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal149732400.380.7000.06267.3184.7761.37
Hex9549F026460610b553d
Octal225111360461060641312575
Binary10010101100100111110000100110100011001101000010111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9549F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9549F0; }

 p { color: rgb(149,73,240); }

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

<style>
 a { background-color: #9549F0; }

 a { background-color: rgb(149,73,240); }

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

<style>
 span { border-color: #9549F0; }

 span { border-color: rgb(149,73,240); }

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