Html Css Color HEX #8E408B Vivid Violet

📋 copy color: '#8E408B'

red 142 ◦ green 64 ◦ blue 139

#8E408B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #8E408B

Tints of Vivid Violet #8E408B

RGB

 RED value IS 142 (55.86% from 255) = 41.16%

 GREEN value IS 64 (25.39% from 255) = 18.55%

 BLUE value IS 139 (54.69% from 255) = 40.29%

R = 41.16%
G = 18.55%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#8E408B (or 0x8E408B) is known color: Vivid Violet. HEX triplet: 8E, 40 and 8B. RGB value is (142,64,139). Sum of RGB (Red+Green+Blue) = 142+64+139=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 142 - color contains mainly: red. Hex color #8E408B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E408B is #71BF74. Grayscale: #5F5F5F. Windows color (decimal): -7454581 or 9126030. OLE color: 9126030.

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

Color convert

RGB 142 64 139 -
CMYK 0 0.55 0.02 0.44
HSL 302.31º 0.38% 0.4% -
HSV(B) 302.31º 0.55% 0.56% -
XYZ 17.65 11.28 25.67 -
YUV 95.87 152.34 160.9 -
System Red Green Blue C M Y K H S L
Decimal 142 64 139 0 0.55 0.02 0.44 302.31 0.38 0.4
Hex 8E 40 8B 0 37 2 2C 12E 26 28
Octal 216 100 213 0 67 2 54 456 46 50
Binary 10001110 1000000 10001011 0 110111 10 101100 100101110 100110 101000

Color Harmonies of #8E408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E408B

Black with #8E408B

Text Example


Text Example

White with #8E408B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E408B;
 }
 .AnyTagClassName
 {
   color: #8E408B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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