#9C09BA

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

Shades of Dark Violet #9C09BA

Tints of Dark Violet #9C09BA

Color information

#9C09BA (or 0x9C09BA) is unknown color: approx Dark Violet. HEX triplet: 9C, 09 and BA. RGB value is (156,9,186). Sum of RGB (Red+Green+Blue) = 156+9+186=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C09BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C09BA is #63F645. Grayscale: #484848. Windows color (decimal): -6551110 or 12192156. OLE color: 12192156.

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

Color convert

RGB1569186-
CMYK0.160.9500.27
HSL289.83º90.77%38.24%-
HSV(B)289.83º95.16%72.94%-
XYZ22.6710.8147.35-
YUV73.13191.7187.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.44%
GREEN value IS 9 (3.91% from 255) = 2.56%
BLUE value IS 186 (73.05% from 255) = 52.99%
R=44.44%
G=2.56%
B=52.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15691860.160.9500.27289.8390.7738.24
Hex9C9BA105F01B1225b26
Octal234112722013703344213346
Binary100111001001101110101000010111110110111001000101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C09BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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