#9C33F0

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

Shades of Blue Violet #9C33F0

Tints of Blue Violet #9C33F0

Color information

#9C33F0 (or 0x9C33F0) is unknown color: approx Blue Violet. HEX triplet: 9C, 33 and F0. RGB value is (156,51,240). Sum of RGB (Red+Green+Blue) = 156+51+240=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 240 (94.14% from 255 or 53.69% from 447); Max value from RGB is 240 - color contains mainly: blue. Hex color #9C33F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C33F0 is #63CC0F. Grayscale: #676767. Windows color (decimal): -6540304 or 15741852. OLE color: 15741852.

HSL color Cylindrical-coordinate representation of color #9C33F0: hue angle of 273.33º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C33F0 is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15651240-
CMYK0.350.7900.06
HSL273.33º86.3%57.06%-
HSV(B)273.33º78.75%94.12%-
XYZ30.6215.7383.86-
YUV103.94204.79165.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.90%
GREEN value IS 51 (20.31% from 255) = 11.41%
BLUE value IS 240 (94.14% from 255) = 53.69%
R=34.90%
G=11.41%
B=53.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal156512400.350.7900.06273.3386.357.06
Hex9C33F0234F061115639
Octal23463360431170642112671
Binary1001110011001111110000100011100111101101000100011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C33F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,51,240); }

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

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

 a { background-color: rgb(156,51,240); }

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

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

 span { border-color: rgb(156,51,240); }

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