#9C49F6

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

Shades of Blue Violet #9C49F6

Tints of Blue Violet #9C49F6

Color information

#9C49F6 (or 0x9C49F6) is unknown color: approx Blue Violet. HEX triplet: 9C, 49 and F6. RGB value is (156,73,246). Sum of RGB (Red+Green+Blue) = 156+73+246=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 246 (96.48% from 255 or 51.79% from 475); Max value from RGB is 246 - color contains mainly: blue. Hex color #9C49F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C49F6 is #63B609. Grayscale: #747474. Windows color (decimal): -6534666 or 16140700. OLE color: 16140700.

HSL color Cylindrical-coordinate representation of color #9C49F6: hue angle of 268.79º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C49F6 is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15673246-
CMYK0.370.7000.04
HSL268.79º90.58%62.55%-
HSV(B)268.79º70.33%96.47%-
XYZ32.7318.4989.03-
YUV117.54200.5155.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.84%
GREEN value IS 73 (28.91% from 255) = 15.37%
BLUE value IS 246 (96.48% from 255) = 51.79%
R=32.84%
G=15.37%
B=51.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal156732460.370.7000.04268.7990.5862.55
Hex9C49F625460410d5b3f
Octal234111366451060441513377
Binary10011100100100111110110100101100011001001000011011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C49F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,73,246); }

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

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

 a { background-color: rgb(156,73,246); }

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

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

 span { border-color: rgb(156,73,246); }

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