#8E15DA

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

Shades of Dark Violet #8E15DA

Tints of Dark Violet #8E15DA

Color information

#8E15DA (or 0x8E15DA) is unknown color: approx Dark Violet. HEX triplet: 8E, 15 and DA. RGB value is (142,21,218). Sum of RGB (Red+Green+Blue) = 142+21+218=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #8E15DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E15DA is #71EA25. Grayscale: #4E4E4E. Windows color (decimal): -7465510 or 14292366. OLE color: 14292366.

HSL color Cylindrical-coordinate representation of color #8E15DA: hue angle of 276.85º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E15DA is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14221218-
CMYK0.350.9000.15
HSL276.85º82.43%46.86%-
HSV(B)276.85º90.37%85.49%-
XYZ24.0811.3567.25-
YUV79.64206.09172.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.27%
GREEN value IS 21 (8.59% from 255) = 5.51%
BLUE value IS 218 (85.55% from 255) = 57.22%
R=37.27%
G=5.51%
B=57.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal142212180.350.9000.15276.8582.4346.86
Hex8E15DA235A0F115522f
Octal216253324313201742512257
Binary1000111010101110110101000111011010011111000101011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E15DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,21,218); }

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

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

 a { background-color: rgb(142,21,218); }

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

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

 span { border-color: rgb(142,21,218); }

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