#8E248F

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

Shades of Vivid Violet #8E248F

Tints of Vivid Violet #8E248F

Color information

#8E248F (or 0x8E248F) is unknown color: approx Vivid Violet. HEX triplet: 8E, 24 and 8F. RGB value is (142,36,143). Sum of RGB (Red+Green+Blue) = 142+36+143=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 143 - color contains mainly: blue. Hex color #8E248F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E248F is #71DB70. Grayscale: #4F4F4F. Windows color (decimal): -7461745 or 9381006. OLE color: 9381006.

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

Color convert

RGB14236143-
CMYK0.010.7500.44
HSL299.44º59.78%35.1%-
HSV(B)299.44º74.83%56.08%-
XYZ16.74926.84-
YUV79.89163.62172.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.24%
GREEN value IS 36 (14.45% from 255) = 11.21%
BLUE value IS 143 (56.25% from 255) = 44.55%
R=44.24%
G=11.21%
B=44.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142361430.010.7500.44299.4459.7835.1
Hex8E248F14B02C12b3c23
Octal2164421711130544537443
Binary1000111010010010001111110010110101100100101011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E248F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,36,143); }

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

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

 a { background-color: rgb(142,36,143); }

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

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

 span { border-color: rgb(142,36,143); }

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