#8E449D

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

Shades of Vivid Violet #8E449D

Tints of Vivid Violet #8E449D

Color information

#8E449D (or 0x8E449D) is unknown color: approx Vivid Violet. HEX triplet: 8E, 44 and 9D. RGB value is (142,68,157). Sum of RGB (Red+Green+Blue) = 142+68+157=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E449D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E449D is #71BB62. Grayscale: #636363. Windows color (decimal): -7453539 or 10306702. OLE color: 10306702.

HSL color Cylindrical-coordinate representation of color #8E449D: hue angle of 289.89º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E449D is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14268157-
CMYK0.100.5700.38
HSL289.89º39.56%44.12%-
HSV(B)289.89º56.69%61.57%-
XYZ19.3112.3233.26-
YUV100.27160.02157.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.69%
GREEN value IS 68 (26.95% from 255) = 18.53%
BLUE value IS 157 (61.72% from 255) = 42.78%
R=38.69%
G=18.53%
B=42.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal142681570.100.5700.38289.8939.5644.12
Hex8E449DA39026122282c
Octal21610423512710464425054
Binary1000111010001001001110110101110010100110100100010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E449D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,68,157); }

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

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

 a { background-color: rgb(142,68,157); }

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

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

 span { border-color: rgb(142,68,157); }

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