#9C40FC

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

Shades of Blue Violet #9C40FC

Tints of Blue Violet #9C40FC

Color information

#9C40FC (or 0x9C40FC) is unknown color: approx Blue Violet. HEX triplet: 9C, 40 and FC. RGB value is (156,64,252). Sum of RGB (Red+Green+Blue) = 156+64+252=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C40FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C40FC is #63BF03. Grayscale: #707070. Windows color (decimal): -6536964 or 16531612. OLE color: 16531612.

HSL color Cylindrical-coordinate representation of color #9C40FC: hue angle of 269.36º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C40FC is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15664252-
CMYK0.380.7500.01
HSL269.36º96.91%61.96%-
HSV(B)269.36º74.6%98.82%-
XYZ33.1117.7693.78-
YUV112.94206.48158.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.05%
GREEN value IS 64 (25.39% from 255) = 13.56%
BLUE value IS 252 (98.83% from 255) = 53.39%
R=33.05%
G=13.56%
B=53.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal156642520.380.7500.01269.3696.9161.96
Hex9C40FC264B0110d613e
Octal234100374461130141514176
Binary100111001000000111111001001101001011011000011011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C40FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,64,252); }

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

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

 a { background-color: rgb(156,64,252); }

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

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

 span { border-color: rgb(156,64,252); }

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