#9C14EF

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

Shades of Blue Violet #9C14EF

Tints of Blue Violet #9C14EF

Color information

#9C14EF (or 0x9C14EF) is unknown color: approx Blue Violet. HEX triplet: 9C, 14 and EF. RGB value is (156,20,239). Sum of RGB (Red+Green+Blue) = 156+20+239=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #9C14EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C14EF is #63EB10. Grayscale: #545454. Windows color (decimal): -6548241 or 15668380. OLE color: 15668380.

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

Color convert

RGB15620239-
CMYK0.350.9200.06
HSL277.26º87.25%50.78%-
HSV(B)277.26º91.63%93.73%-
XYZ29.5413.882.77-
YUV85.63214.56178.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.59%
GREEN value IS 20 (8.20% from 255) = 4.82%
BLUE value IS 239 (93.75% from 255) = 57.59%
R=37.59%
G=4.82%
B=57.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal156202390.350.9200.06277.2687.2550.78
Hex9C14EF235C061155733
Octal23424357431340642512763
Binary100111001010011101111100011101110001101000101011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C14EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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