#9C49FF

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

Shades of Blue Violet #9C49FF

Tints of Blue Violet #9C49FF

Color information

#9C49FF (or 0x9C49FF) is unknown color: approx Blue Violet. HEX triplet: 9C, 49 and FF. RGB value is (156,73,255). Sum of RGB (Red+Green+Blue) = 156+73+255=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 73 (28.91% from 255 or 15.08% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C49FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C49FF is #63B600. Grayscale: #757575. Windows color (decimal): -6534657 or 16730524. OLE color: 16730524.

HSL color Cylindrical-coordinate representation of color #9C49FF: hue angle of 267.36º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C49FF is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB15673255-
CMYK0.390.7100
HSL267.36º100%64.31%-
HSV(B)267.36º71.37%100%-
XYZ34.1419.0596.49-
YUV118.56205154.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.23%
GREEN value IS 73 (28.91% from 255) = 15.08%
BLUE value IS 255 (100% from 255) = 52.69%
R=32.23%
G=15.08%
B=52.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal156732550.390.7100267.3610064.31
Hex9C49FF27470010b6440
Octal2341113774710700413144100
Binary1001110010010011111111110011110001110010000101111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C49FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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