#8E14BD

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

Shades of Dark Violet #8E14BD

Tints of Dark Violet #8E14BD

Color information

#8E14BD (or 0x8E14BD) is unknown color: approx Dark Violet. HEX triplet: 8E, 14 and BD. RGB value is (142,20,189). Sum of RGB (Red+Green+Blue) = 142+20+189=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E14BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E14BD is #71EB42. Grayscale: #4B4B4B. Windows color (decimal): -7465795 or 12391566. OLE color: 12391566.

HSL color Cylindrical-coordinate representation of color #8E14BD: hue angle of 283.31º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E14BD is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14220189-
CMYK0.250.8900.26
HSL283.31º80.86%40.98%-
HSV(B)283.31º89.42%74.12%-
XYZ20.599.9348.97-
YUV75.74191.92175.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.46%
GREEN value IS 20 (8.20% from 255) = 5.70%
BLUE value IS 189 (74.22% from 255) = 53.85%
R=40.46%
G=5.70%
B=53.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal142201890.250.8900.26283.3180.8640.98
Hex8E14BD195901A11b5129
Octal216242753113103243312151
Binary1000111010100101111011100110110010110101000110111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E14BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,20,189); }

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

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

 a { background-color: rgb(142,20,189); }

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

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

 span { border-color: rgb(142,20,189); }

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