#8E338B

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

Shades of Vivid Violet #8E338B

Tints of Vivid Violet #8E338B

Color information

#8E338B (or 0x8E338B) is unknown color: approx Vivid Violet. HEX triplet: 8E, 33 and 8B. RGB value is (142,51,139). Sum of RGB (Red+Green+Blue) = 142+51+139=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 142 - color contains mainly: red. Hex color #8E338B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E338B is #71CC74. Grayscale: #575757. Windows color (decimal): -7457909 or 9122702. OLE color: 9122702.

HSL color Cylindrical-coordinate representation of color #8E338B: hue angle of 301.98º 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 #8E338B is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB14251139-
CMYK00.640.020.44
HSL301.98º47.15%37.84%-
HSV(B)301.98º64.08%55.69%-
XYZ179.9825.46-
YUV88.24156.65166.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.77%
GREEN value IS 51 (20.31% from 255) = 15.36%
BLUE value IS 139 (54.69% from 255) = 41.87%
R=42.77%
G=15.36%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425113900.640.020.44301.9847.1537.84
Hex8E338B04022C12e2f26
Octal2166321301002544565746
Binary10001110110011100010110100000010101100100101110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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