#8B0EBE

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

Shades of Dark Violet #8B0EBE

Tints of Dark Violet #8B0EBE

Color information

#8B0EBE (or 0x8B0EBE) is unknown color: approx Dark Violet. HEX triplet: 8B, 0E and BE. RGB value is (139,14,190). Sum of RGB (Red+Green+Blue) = 139+14+190=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 14 (5.86% from 255 or 4.08% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B0EBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B0EBE is #74F141. Grayscale: #464646. Windows color (decimal): -7663938 or 12455563. OLE color: 12455563.

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

Color convert

RGB13914190-
CMYK0.270.9300.25
HSL282.61º86.27%40%-
HSV(B)282.61º92.63%74.51%-
XYZ20.19.5249.49-
YUV71.44194.91176.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.52%
GREEN value IS 14 (5.86% from 255) = 4.08%
BLUE value IS 190 (74.61% from 255) = 55.39%
R=40.52%
G=4.08%
B=55.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139141900.270.9300.25282.6186.2740
Hex8BEBE1B5D01911b5628
Octal213162763313503143312650
Binary100010111110101111101101110111010110011000110111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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