#9C16EF

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

Shades of Blue Violet #9C16EF

Tints of Blue Violet #9C16EF

Color information

#9C16EF (or 0x9C16EF) is unknown color: approx Blue Violet. HEX triplet: 9C, 16 and EF. RGB value is (156,22,239). Sum of RGB (Red+Green+Blue) = 156+22+239=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 22 (8.98% from 255 or 5.28% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #9C16EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C16EF is #63E910. Grayscale: #565656. Windows color (decimal): -6547729 or 15668892. OLE color: 15668892.

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

Color convert

RGB15622239-
CMYK0.350.9100.06
HSL277.05º87.15%51.18%-
HSV(B)277.05º90.79%93.73%-
XYZ29.5813.8782.78-
YUV86.8213.89177.36-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.41%
GREEN value IS 22 (8.98% from 255) = 5.28%
BLUE value IS 239 (93.75% from 255) = 57.31%
R=37.41%
G=5.28%
B=57.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal156222390.350.9100.06277.0587.1551.18
Hex9C16EF235B061155733
Octal23426357431330642512763
Binary100111001011011101111100011101101101101000101011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C16EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,22,239); }

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

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

 a { background-color: rgb(156,22,239); }

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

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

 span { border-color: rgb(156,22,239); }

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