#9C4CF9

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

Shades of Blue Violet #9C4CF9

Tints of Blue Violet #9C4CF9

Color information

#9C4CF9 (or 0x9C4CF9) is unknown color: approx Blue Violet. HEX triplet: 9C, 4C and F9. RGB value is (156,76,249). Sum of RGB (Red+Green+Blue) = 156+76+249=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #9C4CF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C4CF9 is #63B306. Grayscale: #777777. Windows color (decimal): -6533895 or 16338076. OLE color: 16338076.

HSL color Cylindrical-coordinate representation of color #9C4CF9: hue angle of 267.75º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C4CF9 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15676249-
CMYK0.370.6900.02
HSL267.75º93.51%63.73%-
HSV(B)267.75º69.48%97.65%-
XYZ33.3919.0891.54-
YUV119.64201153.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.43%
GREEN value IS 76 (30.08% from 255) = 15.80%
BLUE value IS 249 (97.66% from 255) = 51.77%
R=32.43%
G=15.80%
B=51.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal156762490.370.6900.02267.7593.5163.73
Hex9C4CF925450210c5e40
Octal2341143714510502414136100
Binary10011100100110011111001100101100010101010000110010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,76,249); }

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

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

 a { background-color: rgb(156,76,249); }

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

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

 span { border-color: rgb(156,76,249); }

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