#8D0AEB

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

Shades of Dark Violet #8D0AEB

Tints of Dark Violet #8D0AEB

Color information

#8D0AEB (or 0x8D0AEB) is unknown color: approx Dark Violet. HEX triplet: 8D, 0A and EB. RGB value is (141,10,235). Sum of RGB (Red+Green+Blue) = 141+10+235=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D0AEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D0AEB is #72F514. Grayscale: #4A4A4A. Windows color (decimal): -7533845 or 15403661. OLE color: 15403661.

HSL color Cylindrical-coordinate representation of color #8D0AEB: hue angle of 274.93º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0AEB is Cyan = 0.4, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14110235-
CMYK0.40.9600.08
HSL274.93º91.84%48.04%-
HSV(B)274.93º95.74%92.16%-
XYZ26.0911.8879.51-
YUV74.82218.4175.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.53%
GREEN value IS 10 (4.30% from 255) = 2.59%
BLUE value IS 235 (92.19% from 255) = 60.88%
R=36.53%
G=2.59%
B=60.88%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal141102350.40.9600.08274.9391.8448.04
Hex8DAEB2860081135c30
Octal215123535014001042313460
Binary100011011010111010111010001100000010001000100111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,10,235); }

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

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

 a { background-color: rgb(141,10,235); }

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

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

 span { border-color: rgb(141,10,235); }

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