#9C4DEC

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

Shades of Blue Violet #9C4DEC

Tints of Blue Violet #9C4DEC

Color information

#9C4DEC (or 0x9C4DEC) is unknown color: approx Blue Violet. HEX triplet: 9C, 4D and EC. RGB value is (156,77,236). Sum of RGB (Red+Green+Blue) = 156+77+236=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C4DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C4DEC is #63B213. Grayscale: #767676. Windows color (decimal): -6533652 or 15486364. OLE color: 15486364.

HSL color Cylindrical-coordinate representation of color #9C4DEC: hue angle of 269.81º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C4DEC is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15677236-
CMYK0.340.6700.07
HSL269.81º80.71%61.37%-
HSV(B)269.81º67.37%92.55%-
XYZ31.518.4381.25-
YUV118.75194.17154.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.26%
GREEN value IS 77 (30.47% from 255) = 16.42%
BLUE value IS 236 (92.58% from 255) = 50.32%
R=33.26%
G=16.42%
B=50.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal156772360.340.6700.07269.8180.7161.37
Hex9C4DEC22430710e513d
Octal234115354421030741612175
Binary10011100100110111101100100010100001101111000011101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,77,236); }

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

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

 a { background-color: rgb(156,77,236); }

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

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

 span { border-color: rgb(156,77,236); }

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