#8916bb

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

Shades of Dark Violet #8916BB

Tints of Dark Violet #8916BB

Color information

#8916BB (or 0x8916BB) is unknown color: approx Dark Violet. HEX triplet: 89, 16 and BB. RGB value is (137,22,187). Sum of RGB (Red+Green+Blue) = 137+22+187=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #8916BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8916BB is #76E944. Grayscale: #4A4A4A. Windows color (decimal): -7792965 or 12261001. OLE color: 12261001.

HSL color Cylindrical-coordinate representation of color #8916BB: hue angle of 281.82º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8916BB is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13722187-
CMYK0.270.8800.27
HSL281.82º78.95%40.98%-
HSV(B)281.82º88.24%73.33%-
XYZ19.579.4847.81-
YUV75.2191.1172.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.60%
GREEN value IS 22 (8.98% from 255) = 6.36%
BLUE value IS 187 (73.44% from 255) = 54.05%
R=39.60%
G=6.36%
B=54.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal137221870.270.8800.27281.8278.9540.98
Hex8916BB1B5801B11a4f29
Octal211262733313003343211751
Binary1000100110110101110111101110110000110111000110101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8916bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8916bb; }

 p { color: rgb(137,22,187); }

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

<style>
 a { background-color: #8916bb; }

 a { background-color: rgb(137,22,187); }

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

<style>
 span { border-color: #8916bb; }

 span { border-color: rgb(137,22,187); }

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