#9211BA

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

Shades of Dark Violet #9211BA

Tints of Dark Violet #9211BA

Color information

#9211BA (or 0x9211BA) is unknown color: approx Dark Violet. HEX triplet: 92, 11 and BA. RGB value is (146,17,186). Sum of RGB (Red+Green+Blue) = 146+17+186=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #9211BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9211BA is #6DEE45. Grayscale: #4A4A4A. Windows color (decimal): -7204422 or 12194194. OLE color: 12194194.

HSL color Cylindrical-coordinate representation of color #9211BA: hue angle of 285.8º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9211BA is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14617186-
CMYK0.220.9100.27
HSL285.8º83.25%39.8%-
HSV(B)285.8º90.86%72.94%-
XYZ20.9210.0647.29-
YUV74.84190.74178.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.83%
GREEN value IS 17 (7.03% from 255) = 4.87%
BLUE value IS 186 (73.05% from 255) = 53.30%
R=41.83%
G=4.87%
B=53.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146171860.220.9100.27285.883.2539.8
Hex9211BA165B01B11e5328
Octal222212722613303343612350
Binary1001001010001101110101011010110110110111000111101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9211BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9211BA; }

 p { color: rgb(146,17,186); }

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

<style>
 a { background-color: #9211BA; }

 a { background-color: rgb(146,17,186); }

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

<style>
 span { border-color: #9211BA; }

 span { border-color: rgb(146,17,186); }

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