#9C49E4

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

Shades of Blue Violet #9C49E4

Tints of Blue Violet #9C49E4

Color information

#9C49E4 (or 0x9C49E4) is unknown color: approx Blue Violet. HEX triplet: 9C, 49 and E4. RGB value is (156,73,228). Sum of RGB (Red+Green+Blue) = 156+73+228=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 228 (89.45% from 255 or 49.89% from 457); Max value from RGB is 228 - color contains mainly: blue. Hex color #9C49E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C49E4 is #63B61B. Grayscale: #727272. Windows color (decimal): -6534684 or 14961052. OLE color: 14961052.

HSL color Cylindrical-coordinate representation of color #9C49E4: hue angle of 272.13º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C49E4 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15673228-
CMYK0.320.6800.11
HSL272.13º74.16%59.02%-
HSV(B)272.13º67.98%89.41%-
XYZ30.117.4375.18-
YUV115.49191.5156.9-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.14%
GREEN value IS 73 (28.91% from 255) = 15.97%
BLUE value IS 228 (89.45% from 255) = 49.89%
R=34.14%
G=15.97%
B=49.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal156732280.320.6800.11272.1374.1659.02
Hex9C49E420440B1104a3b
Octal2341113444010401342011273
Binary100111001001001111001001000001000100010111000100001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C49E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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