#8B11BF

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

Shades of Dark Violet #8B11BF

Tints of Dark Violet #8B11BF

Color information

#8B11BF (or 0x8B11BF) is unknown color: approx Dark Violet. HEX triplet: 8B, 11 and BF. RGB value is (139,17,191). Sum of RGB (Red+Green+Blue) = 139+17+191=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B11BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B11BF is #74EE40. Grayscale: #484848. Windows color (decimal): -7663169 or 12521867. OLE color: 12521867.

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

Color convert

RGB13917191-
CMYK0.270.9100.25
HSL282.07º83.65%40.78%-
HSV(B)282.07º91.1%74.9%-
XYZ20.259.6550.09-
YUV73.31194.42174.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.06%
GREEN value IS 17 (7.03% from 255) = 4.90%
BLUE value IS 191 (75% from 255) = 55.04%
R=40.06%
G=4.90%
B=55.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139171910.270.9100.25282.0783.6540.78
Hex8B11BF1B5B01911a5429
Octal213212773313303143212451
Binary1000101110001101111111101110110110110011000110101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B11BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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