#8B00BA

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

Shades of Dark Violet #8B00BA

Tints of Dark Violet #8B00BA

Color information

#8B00BA (or 0x8B00BA) is unknown color: approx Dark Violet. HEX triplet: 8B, 00 and BA. RGB value is (139,0,186). Sum of RGB (Red+Green+Blue) = 139+0+186=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B00BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B00BA is #74FF45. Grayscale: #3E3E3E. Windows color (decimal): -7667526 or 12189835. OLE color: 12189835.

HSL color Cylindrical-coordinate representation of color #8B00BA: hue angle of 284.84º 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 #8B00BA is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1390186-
CMYK0.25100.27
HSL284.84º100%36.47%-
HSV(B)284.84º100%72.94%-
XYZ19.519.0347.17-
YUV62.76197.55182.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 186 (73.05% from 255) = 57.23%
R=42.77%
G=0%
B=57.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13901860.25100.27284.8410036.47
Hex8B0BA196401B11d6424
Octal21302723114403343514444
Binary100010110101110101100111001000110111000111011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B00BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B00BA; }

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

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

<style>
 a { background-color: #8B00BA; }

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

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

<style>
 span { border-color: #8B00BA; }

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

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