#9116BD

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

Shades of Dark Violet #9116BD

Tints of Dark Violet #9116BD

Color information

#9116BD (or 0x9116BD) is unknown color: approx Dark Violet. HEX triplet: 91, 16 and BD. RGB value is (145,22,189). Sum of RGB (Red+Green+Blue) = 145+22+189=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #9116BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9116BD is #6EE942. Grayscale: #4D4D4D. Windows color (decimal): -7268675 or 12392081. OLE color: 12392081.

HSL color Cylindrical-coordinate representation of color #9116BD: hue angle of 284.19º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9116BD is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14522189-
CMYK0.230.8800.26
HSL284.19º79.15%41.37%-
HSV(B)284.19º88.36%74.12%-
XYZ21.1510.2749.01-
YUV77.82190.75175.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.73%
GREEN value IS 22 (8.98% from 255) = 6.18%
BLUE value IS 189 (74.22% from 255) = 53.09%
R=40.73%
G=6.18%
B=53.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal145221890.230.8800.26284.1979.1541.37
Hex9116BD175801A11c4f29
Octal221262752713003243411751
Binary1001000110110101111011011110110000110101000111001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9116BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9116BD; }

 p { color: rgb(145,22,189); }

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

<style>
 a { background-color: #9116BD; }

 a { background-color: rgb(145,22,189); }

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

<style>
 span { border-color: #9116BD; }

 span { border-color: rgb(145,22,189); }

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