#8910BA

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

Shades of Dark Violet #8910BA

Tints of Dark Violet #8910BA

Color information

#8910BA (or 0x8910BA) is unknown color: approx Dark Violet. HEX triplet: 89, 10 and BA. RGB value is (137,16,186). Sum of RGB (Red+Green+Blue) = 137+16+186=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #8910BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8910BA is #76EF45. Grayscale: #474747. Windows color (decimal): -7794502 or 12193929. OLE color: 12193929.

HSL color Cylindrical-coordinate representation of color #8910BA: hue angle of 282.71º degrees, saturation: 0.84, 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 #8910BA is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13716186-
CMYK0.260.9100.27
HSL282.71º84.16%39.61%-
HSV(B)282.71º91.4%72.94%-
XYZ19.369.2347.22-
YUV71.56192.59174.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.41%
GREEN value IS 16 (6.64% from 255) = 4.72%
BLUE value IS 186 (73.05% from 255) = 54.87%
R=40.41%
G=4.72%
B=54.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal137161860.260.9100.27282.7184.1639.61
Hex8910BA1A5B01B11b5428
Octal211202723213303343312450
Binary1000100110000101110101101010110110110111000110111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8910BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,16,186); }

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

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

 a { background-color: rgb(137,16,186); }

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

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

 span { border-color: rgb(137,16,186); }

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