Html Css Color HEX #8E389F Vivid Violet

📋 copy color: '#8E389F'

red 142 ◦ green 56 ◦ blue 159

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

Shades of Vivid Violet #8E389F

Tints of Vivid Violet #8E389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.69%

 BLUE value IS 159 (62.5% from 255) = 44.54%

R = 39.78%
G = 15.69%
B = 44.54%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E389F (or 0x8E389F) is known color: Vivid Violet. HEX triplet: 8E, 38 and 9F. RGB value is (142,56,159). Sum of RGB (Red+Green+Blue) = 142+56+159=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E389F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E389F is #71C760. Grayscale: #5D5D5D. Windows color (decimal): -7456609 or 10434702. OLE color: 10434702.

HSL color Cylindrical-coordinate representation of color #8E389F: hue angle of 290.1º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E389F is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 142 56 159 -
CMYK 0.11 0.65 0 0.38
HSL 290.1º 0.48% 0.42% -
HSV(B) 290.1º 0.65% 0.62% -
XYZ 18.83 11.08 33.95 -
YUV 93.46 164.99 162.62 -
System Red Green Blue C M Y K H S L
Decimal 142 56 159 0.11 0.65 0 0.38 290.1 0.48 0.42
Hex 8E 38 9F B 41 0 26 122 30 2A
Octal 216 70 237 13 101 0 46 442 60 52
Binary 10001110 111000 10011111 1011 1000001 0 100110 100100010 110000 101010

Color Harmonies of #8E389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E389F

Black with #8E389F

Text Example


Text Example

White with #8E389F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,56,159); }

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

background-color css

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

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

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

border-color css

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

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

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