#8E13D0

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

Shades of Dark Violet #8E13D0

Tints of Dark Violet #8E13D0

Color information

#8E13D0 (or 0x8E13D0) is unknown color: approx Dark Violet. HEX triplet: 8E, 13 and D0. RGB value is (142,19,208). Sum of RGB (Red+Green+Blue) = 142+19+208=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 208 (81.64% from 255 or 56.37% from 369); Max value from RGB is 208 - color contains mainly: blue. Hex color #8E13D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E13D0 is #71EC2F. Grayscale: #4C4C4C. Windows color (decimal): -7466032 or 13636494. OLE color: 13636494.

HSL color Cylindrical-coordinate representation of color #8E13D0: hue angle of 279.05º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E13D0 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14219208-
CMYK0.320.9100.18
HSL279.05º83.26%44.51%-
HSV(B)279.05º90.87%81.57%-
XYZ22.7710.7760.55-
YUV77.32201.75174.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.48%
GREEN value IS 19 (7.81% from 255) = 5.15%
BLUE value IS 208 (81.64% from 255) = 56.37%
R=38.48%
G=5.15%
B=56.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal142192080.320.9100.18279.0583.2644.51
Hex8E13D0205B012117532d
Octal216233204013302242712355
Binary10001110100111101000010000010110110100101000101111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E13D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,19,208); }

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

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

 a { background-color: rgb(142,19,208); }

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

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

 span { border-color: rgb(142,19,208); }

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