#8E309C

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

Shades of Vivid Violet #8E309C

Tints of Vivid Violet #8E309C

Color information

#8E309C (or 0x8E309C) is unknown color: approx Vivid Violet. HEX triplet: 8E, 30 and 9C. RGB value is (142,48,156). Sum of RGB (Red+Green+Blue) = 142+48+156=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E309C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E309C is #71CF63. Grayscale: #585858. Windows color (decimal): -7458660 or 10236046. OLE color: 10236046.

HSL color Cylindrical-coordinate representation of color #8E309C: hue angle of 292.22º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E309C is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14248156-
CMYK0.090.6900.39
HSL292.22º52.94%40%-
HSV(B)292.22º69.23%61.18%-
XYZ18.2110.2632.47-
YUV88.42166.14166.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.04%
GREEN value IS 48 (19.14% from 255) = 13.87%
BLUE value IS 156 (61.33% from 255) = 45.09%
R=41.04%
G=13.87%
B=45.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142481560.090.6900.39292.2252.9440
Hex8E309C9450271243528
Octal21660234111050474446550
Binary1000111011000010011100100110001010100111100100100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E309C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,48,156); }

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

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

 a { background-color: rgb(142,48,156); }

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

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

 span { border-color: rgb(142,48,156); }

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