#8E4998

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

Shades of Vivid Violet #8E4998

Tints of Vivid Violet #8E4998

Color information

#8E4998 (or 0x8E4998) is unknown color: approx Vivid Violet. HEX triplet: 8E, 49 and 98. RGB value is (142,73,152). Sum of RGB (Red+Green+Blue) = 142+73+152=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 152 (59.77% from 255 or 41.42% from 367); Max value from RGB is 152 - color contains mainly: blue. Hex color #8E4998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4998 is #71B667. Grayscale: #666666. Windows color (decimal): -7452264 or 9980302. OLE color: 9980302.

HSL color Cylindrical-coordinate representation of color #8E4998: hue angle of 292.41º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E4998 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14273152-
CMYK0.070.5200.40
HSL292.41º35.11%44.12%-
HSV(B)292.41º51.97%59.61%-
XYZ19.2112.7831.16-
YUV102.64155.86156.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.69%
GREEN value IS 73 (28.91% from 255) = 19.89%
BLUE value IS 152 (59.77% from 255) = 41.42%
R=38.69%
G=19.89%
B=41.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal142731520.070.5200.40292.4135.1144.12
Hex8E4998734028124232c
Octal2161112307640504444354
Binary100011101001001100110001111101000101000100100100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,73,152); }

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

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

 a { background-color: rgb(142,73,152); }

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

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

 span { border-color: rgb(142,73,152); }

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