#9C24F3

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

Shades of Blue Violet #9C24F3

Tints of Blue Violet #9C24F3

Color information

#9C24F3 (or 0x9C24F3) is unknown color: approx Blue Violet. HEX triplet: 9C, 24 and F3. RGB value is (156,36,243). Sum of RGB (Red+Green+Blue) = 156+36+243=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 243 (95.31% from 255 or 55.86% from 435); Max value from RGB is 243 - color contains mainly: blue. Hex color #9C24F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C24F3 is #63DB0C. Grayscale: #5E5E5E. Windows color (decimal): -6544141 or 15934620. OLE color: 15934620.

HSL color Cylindrical-coordinate representation of color #9C24F3: hue angle of 274.78º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C24F3 is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15636243-
CMYK0.360.8500.05
HSL274.78º89.61%54.71%-
HSV(B)274.78º85.19%95.29%-
XYZ30.5214.886.04-
YUV95.48211.26171.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.86%
GREEN value IS 36 (14.45% from 255) = 8.28%
BLUE value IS 243 (95.31% from 255) = 55.86%
R=35.86%
G=8.28%
B=55.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal156362430.360.8500.05274.7889.6154.71
Hex9C24F32455051135a37
Octal23444363441250542313267
Binary1001110010010011110011100100101010101011000100111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C24F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,36,243); }

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

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

 a { background-color: rgb(156,36,243); }

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

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

 span { border-color: rgb(156,36,243); }

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