#8B00BF

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

Shades of Dark Violet #8B00BF

Tints of Dark Violet #8B00BF

Color information

#8B00BF (or 0x8B00BF) is unknown color: approx Dark Violet. HEX triplet: 8B, 00 and BF. RGB value is (139,0,191). Sum of RGB (Red+Green+Blue) = 139+0+191=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B00BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B00BF is #74FF40. Grayscale: #3E3E3E. Windows color (decimal): -7667521 or 12517515. OLE color: 12517515.

HSL color Cylindrical-coordinate representation of color #8B00BF: hue angle of 283.66º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B00BF is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1390191-
CMYK0.27100.25
HSL283.66º100%37.45%-
HSV(B)283.66º100%74.9%-
XYZ20.059.2550.02-
YUV63.34200.05181.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 57.88%
R=42.12%
G=0%
B=57.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13901910.27100.25283.6610037.45
Hex8B0BF1B6401911c6425
Octal21302773314403143414445
Binary100010110101111111101111001000110011000111001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B00BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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