#8B0EE0

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

Shades of Dark Violet #8B0EE0

Tints of Dark Violet #8B0EE0

Color information

#8B0EE0 (or 0x8B0EE0) is unknown color: approx Dark Violet. HEX triplet: 8B, 0E and E0. RGB value is (139,14,224). Sum of RGB (Red+Green+Blue) = 139+14+224=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 224 (87.89% from 255 or 59.42% from 377); Max value from RGB is 224 - color contains mainly: blue. Hex color #8B0EE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B0EE0 is #74F11F. Grayscale: #4A4A4A. Windows color (decimal): -7663904 or 14683787. OLE color: 14683787.

HSL color Cylindrical-coordinate representation of color #8B0EE0: hue angle of 275.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0EE0 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13914224-
CMYK0.380.9400.12
HSL275.71º88.24%46.67%-
HSV(B)275.71º93.75%87.84%-
XYZ24.2611.1871.4-
YUV75.32211.91173.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.87%
GREEN value IS 14 (5.86% from 255) = 3.71%
BLUE value IS 224 (87.89% from 255) = 59.42%
R=36.87%
G=3.71%
B=59.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal139142240.380.9400.12275.7188.2446.67
Hex8BEE0265E0C114582f
Octal213163404613601442413057
Binary100010111110111000001001101011110011001000101001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,14,224); }

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

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

 a { background-color: rgb(139,14,224); }

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

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

 span { border-color: rgb(139,14,224); }

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