#8E3E8B

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

Shades of Vivid Violet #8E3E8B

Tints of Vivid Violet #8E3E8B

Color information

#8E3E8B (or 0x8E3E8B) is unknown color: approx Vivid Violet. HEX triplet: 8E, 3E and 8B. RGB value is (142,62,139). Sum of RGB (Red+Green+Blue) = 142+62+139=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3E8B is #71C174. Grayscale: #5E5E5E. Windows color (decimal): -7455093 or 9125518. OLE color: 9125518.

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

Color convert

RGB14262139-
CMYK00.560.020.44
HSL302.25º39.22%40%-
HSV(B)302.25º56.34%55.69%-
XYZ17.5411.0625.64-
YUV94.7153161.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.40%
GREEN value IS 62 (24.61% from 255) = 18.08%
BLUE value IS 139 (54.69% from 255) = 40.52%
R=41.40%
G=18.08%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426213900.560.020.44302.2539.2240
Hex8E3E8B03822C12e2728
Octal216762130702544564750
Binary1000111011111010001011011100010101100100101110100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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