#8E338E

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

Shades of Vivid Violet #8E338E

Tints of Vivid Violet #8E338E

Color information

#8E338E (or 0x8E338E) is unknown color: approx Vivid Violet. HEX triplet: 8E, 33 and 8E. RGB value is (142,51,142). Sum of RGB (Red+Green+Blue) = 142+51+142=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E338E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E338E is #71CC71. Grayscale: #585858. Windows color (decimal): -7457906 or 9319310. OLE color: 9319310.

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

Color convert

RGB14251142-
CMYK00.6400.44
HSL300º47.15%37.84%-
HSV(B)300º64.08%55.69%-
XYZ17.2210.0726.63-
YUV88.58158.15166.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.39%
GREEN value IS 51 (20.31% from 255) = 15.22%
BLUE value IS 142 (55.86% from 255) = 42.39%
R=42.39%
G=15.22%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425114200.6400.4430047.1537.84
Hex8E338E04002C12c2f26
Octal2166321601000544545746
Binary1000111011001110001110010000000101100100101100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E338E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,51,142); }

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

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

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

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

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

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

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