#9C49F1

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

Shades of Blue Violet #9C49F1

Tints of Blue Violet #9C49F1

Color information

#9C49F1 (or 0x9C49F1) is unknown color: approx Blue Violet. HEX triplet: 9C, 49 and F1. RGB value is (156,73,241). Sum of RGB (Red+Green+Blue) = 156+73+241=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #9C49F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C49F1 is #63B60E. Grayscale: #747474. Windows color (decimal): -6534671 or 15813020. OLE color: 15813020.

HSL color Cylindrical-coordinate representation of color #9C49F1: hue angle of 269.64º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C49F1 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15673241-
CMYK0.350.7000.05
HSL269.64º85.71%61.57%-
HSV(B)269.64º69.71%94.51%-
XYZ31.9718.1885.04-
YUV116.97198155.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.19%
GREEN value IS 73 (28.91% from 255) = 15.53%
BLUE value IS 241 (94.53% from 255) = 51.28%
R=33.19%
G=15.53%
B=51.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal156732410.350.7000.05269.6485.7161.57
Hex9C49F123460510e563e
Octal234111361431060541612676
Binary10011100100100111110001100011100011001011000011101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C49F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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