#8900BA

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

Shades of Dark Violet #8900BA

Tints of Dark Violet #8900BA

Color information

#8900BA (or 0x8900BA) is unknown color: approx Dark Violet. HEX triplet: 89, 00 and BA. RGB value is (137,0,186). Sum of RGB (Red+Green+Blue) = 137+0+186=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #8900BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8900BA is #76FF45. Grayscale: #3D3D3D. Windows color (decimal): -7798598 or 12189833. OLE color: 12189833.

HSL color Cylindrical-coordinate representation of color #8900BA: hue angle of 284.19º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8900BA is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1370186-
CMYK0.26100.27
HSL284.19º100%36.47%-
HSV(B)284.19º100%72.94%-
XYZ19.188.8647.15-
YUV62.17197.89181.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 186 (73.05% from 255) = 57.59%
R=42.41%
G=0%
B=57.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13701860.26100.27284.1910036.47
Hex890BA1A6401B11c6424
Octal21102723214403343414444
Binary100010010101110101101011001000110111000111001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8900BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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