#9549FC

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

Shades of Blue Violet #9549FC

Tints of Blue Violet #9549FC

Color information

#9549FC (or 0x9549FC) is unknown color: approx Blue Violet. HEX triplet: 95, 49 and FC. RGB value is (149,73,252). Sum of RGB (Red+Green+Blue) = 149+73+252=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #9549FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9549FC is #6AB603. Grayscale: #737373. Windows color (decimal): -6993412 or 16533909. OLE color: 16533909.

HSL color Cylindrical-coordinate representation of color #9549FC: hue angle of 265.47º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9549FC is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB14973252-
CMYK0.410.7100.01
HSL265.47º96.76%63.73%-
HSV(B)265.47º71.03%98.82%-
XYZ32.3518.1893.9-
YUV116.13204.68151.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.43%
GREEN value IS 73 (28.91% from 255) = 15.40%
BLUE value IS 252 (98.83% from 255) = 53.16%
R=31.43%
G=15.40%
B=53.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal149732520.410.7100.01265.4796.7663.73
Hex9549FC2947011096140
Octal2251113745110701411141100
Binary1001010110010011111110010100110001110110000100111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9549FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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