#8A0DE7

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

Shades of Dark Violet #8A0DE7

Tints of Dark Violet #8A0DE7

Color information

#8A0DE7 (or 0x8A0DE7) is unknown color: approx Dark Violet. HEX triplet: 8A, 0D and E7. RGB value is (138,13,231). Sum of RGB (Red+Green+Blue) = 138+13+231=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 231 (90.62% from 255 or 60.47% from 382); Max value from RGB is 231 - color contains mainly: blue. Hex color #8A0DE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A0DE7 is #75F218. Grayscale: #4A4A4A. Windows color (decimal): -7729689 or 15142282. OLE color: 15142282.

HSL color Cylindrical-coordinate representation of color #8A0DE7: hue angle of 274.4º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0DE7 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13813231-
CMYK0.400.9400.09
HSL274.4º89.34%47.84%-
HSV(B)274.4º94.37%90.59%-
XYZ25.0511.4676.49-
YUV75.23215.91172.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.13%
GREEN value IS 13 (5.47% from 255) = 3.40%
BLUE value IS 231 (90.62% from 255) = 60.47%
R=36.13%
G=3.40%
B=60.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal138132310.400.9400.09274.489.3447.84
Hex8ADE7285E091125930
Octal212153475013601142213160
Binary100010101101111001111010001011110010011000100101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,13,231); }

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

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

 a { background-color: rgb(138,13,231); }

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

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

 span { border-color: rgb(138,13,231); }

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