#9549DE

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

Shades of Blue Violet #9549DE

Tints of Blue Violet #9549DE

Color information

#9549DE (or 0x9549DE) is unknown color: approx Blue Violet. HEX triplet: 95, 49 and DE. RGB value is (149,73,222). Sum of RGB (Red+Green+Blue) = 149+73+222=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #9549DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9549DE is #6AB621. Grayscale: #707070. Windows color (decimal): -6993442 or 14567829. OLE color: 14567829.

HSL color Cylindrical-coordinate representation of color #9549DE: hue angle of 270.6º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9549DE is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14973222-
CMYK0.330.6700.13
HSL270.6º69.3%57.84%-
HSV(B)270.6º67.12%87.06%-
XYZ27.9616.4370.8-
YUV112.71189.68153.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.56%
GREEN value IS 73 (28.91% from 255) = 16.44%
BLUE value IS 222 (87.11% from 255) = 50%
R=33.56%
G=16.44%
B=50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal149732220.330.6700.13270.669.357.84
Hex9549DE21430D10f453a
Octal2251113364110301541710572
Binary100101011001001110111101000011000011011011000011111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9549DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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