#9411B2

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

Shades of Dark Violet #9411B2

Tints of Dark Violet #9411B2

Color information

#9411B2 (or 0x9411B2) is unknown color: approx Dark Violet. HEX triplet: 94, 11 and B2. RGB value is (148,17,178). Sum of RGB (Red+Green+Blue) = 148+17+178=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 178 (69.92% from 255 or 51.90% from 343); Max value from RGB is 178 - color contains mainly: blue. Hex color #9411B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9411B2 is #6BEE4D. Grayscale: #4A4A4A. Windows color (decimal): -7073358 or 11669908. OLE color: 11669908.

HSL color Cylindrical-coordinate representation of color #9411B2: hue angle of 288.82º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9411B2 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14817178-
CMYK0.170.9000.30
HSL288.82º82.56%38.24%-
HSV(B)288.82º90.45%69.8%-
XYZ20.459.9142.95-
YUV74.52186.4180.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 17 (7.03% from 255) = 4.96%
BLUE value IS 178 (69.92% from 255) = 51.90%
R=43.15%
G=4.96%
B=51.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal148171780.170.9000.30288.8282.5638.24
Hex9411B2115A01E1215326
Octal224212622113203644112346
Binary1001010010001101100101000110110100111101001000011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9411B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9411B2; }

 p { color: rgb(148,17,178); }

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

<style>
 a { background-color: #9411B2; }

 a { background-color: rgb(148,17,178); }

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

<style>
 span { border-color: #9411B2; }

 span { border-color: rgb(148,17,178); }

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