#9C14BA

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

Shades of Dark Violet #9C14BA

Tints of Dark Violet #9C14BA

Color information

#9C14BA (or 0x9C14BA) is unknown color: approx Dark Violet. HEX triplet: 9C, 14 and BA. RGB value is (156,20,186). Sum of RGB (Red+Green+Blue) = 156+20+186=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C14BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C14BA is #63EB45. Grayscale: #4F4F4F. Windows color (decimal): -6548294 or 12194972. OLE color: 12194972.

HSL color Cylindrical-coordinate representation of color #9C14BA: hue angle of 289.16º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C14BA is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15620186-
CMYK0.160.8900.27
HSL289.16º80.58%40.39%-
HSV(B)289.16º89.25%72.94%-
XYZ22.8211.1147.4-
YUV79.59188.06182.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.09%
GREEN value IS 20 (8.20% from 255) = 5.52%
BLUE value IS 186 (73.05% from 255) = 51.38%
R=43.09%
G=5.52%
B=51.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156201860.160.8900.27289.1680.5840.39
Hex9C14BA105901B1215128
Octal234242722013103344112150
Binary1001110010100101110101000010110010110111001000011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C14BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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