#8E368B

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

Shades of Vivid Violet #8E368B

Tints of Vivid Violet #8E368B

Color information

#8E368B (or 0x8E368B) is unknown color: approx Vivid Violet. HEX triplet: 8E, 36 and 8B. RGB value is (142,54,139). Sum of RGB (Red+Green+Blue) = 142+54+139=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 142 - color contains mainly: red. Hex color #8E368B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E368B is #71C974. Grayscale: #595959. Windows color (decimal): -7457141 or 9123470. OLE color: 9123470.

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

Color convert

RGB14254139-
CMYK00.620.020.44
HSL302.05º44.9%38.43%-
HSV(B)302.05º61.97%55.69%-
XYZ17.1310.2525.5-
YUV90155.65165.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.39%
GREEN value IS 54 (21.48% from 255) = 16.12%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=42.39%
G=16.12%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425413900.620.020.44302.0544.938.43
Hex8E368B03E22C12e2d26
Octal216662130762544565546
Binary1000111011011010001011011111010101100100101110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,54,139); }

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

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

 a { background-color: rgb(142,54,139); }

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

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

 span { border-color: rgb(142,54,139); }

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