#9216BD

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

Shades of Dark Violet #9216BD

Tints of Dark Violet #9216BD

Color information

#9216BD (or 0x9216BD) is unknown color: approx Dark Violet. HEX triplet: 92, 16 and BD. RGB value is (146,22,189). Sum of RGB (Red+Green+Blue) = 146+22+189=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #9216BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9216BD is #6DE942. Grayscale: #4D4D4D. Windows color (decimal): -7203139 or 12392082. OLE color: 12392082.

HSL color Cylindrical-coordinate representation of color #9216BD: hue angle of 284.55º 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 #9216BD is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14622189-
CMYK0.230.8800.26
HSL284.55º79.15%41.37%-
HSV(B)284.55º88.36%74.12%-
XYZ21.3310.3649.02-
YUV78.11190.58176.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.90%
GREEN value IS 22 (8.98% from 255) = 6.16%
BLUE value IS 189 (74.22% from 255) = 52.94%
R=40.90%
G=6.16%
B=52.94%

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
Decimal146221890.230.8800.26284.5579.1541.37
Hex9216BD175801A11d4f29
Octal222262752713003243511751
Binary1001001010110101111011011110110000110101000111011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9216BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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