#9C4EF6

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

Shades of Blue Violet #9C4EF6

Tints of Blue Violet #9C4EF6

Color information

#9C4EF6 (or 0x9C4EF6) is unknown color: approx Blue Violet. HEX triplet: 9C, 4E and F6. RGB value is (156,78,246). Sum of RGB (Red+Green+Blue) = 156+78+246=480 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.5% from 480); Green value is 78 (30.86% from 255 or 16.25% from 480); Blue value is 246 (96.48% from 255 or 51.25% from 480); Max value from RGB is 246 - color contains mainly: blue. Hex color #9C4EF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C4EF6 is #63B109. Grayscale: #777777. Windows color (decimal): -6533386 or 16141980. OLE color: 16141980.

HSL color Cylindrical-coordinate representation of color #9C4EF6: hue angle of 267.86º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C4EF6 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15678246-
CMYK0.370.6800.04
HSL267.86º90.32%63.53%-
HSV(B)267.86º68.29%96.47%-
XYZ33.0719.1789.15-
YUV120.47198.84153.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.5%
GREEN value IS 78 (30.86% from 255) = 16.25%
BLUE value IS 246 (96.48% from 255) = 51.25%
R=32.5%
G=16.25%
B=51.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal156782460.370.6800.04267.8690.3263.53
Hex9C4EF625440410c5a40
Octal2341163664510404414132100
Binary100111001001110111101101001011000100010010000110010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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