Html Css Color HEX #8E399E Vivid Violet

📋 copy color: '#8E399E'

red 142 ◦ green 57 ◦ blue 158

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

Shades of Vivid Violet #8E399E

Tints of Vivid Violet #8E399E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.97%

 BLUE value IS 158 (62.11% from 255) = 44.26%

R = 39.78%
G = 15.97%
B = 44.26%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E399E (or 0x8E399E) is known color: Vivid Violet. HEX triplet: 8E, 39 and 9E. RGB value is (142,57,158). Sum of RGB (Red+Green+Blue) = 142+57+158=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E399E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E399E is #71C661. Grayscale: #5D5D5D. Windows color (decimal): -7456354 or 10369422. OLE color: 10369422.

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

Color convert

RGB 142 57 158 -
CMYK 0.10 0.64 0 0.38
HSL 290.5º 0.47% 0.42% -
HSV(B) 290.5º 0.64% 0.62% -
XYZ 18.79 11.15 33.51 -
YUV 93.93 164.16 162.29 -
System Red Green Blue C M Y K H S L
Decimal 142 57 158 0.10 0.64 0 0.38 290.5 0.47 0.42
Hex 8E 39 9E A 40 0 26 122 2F 2A
Octal 216 71 236 12 100 0 46 442 57 52
Binary 10001110 111001 10011110 1010 1000000 0 100110 100100010 101111 101010

Color Harmonies of #8E399E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E399E

Black with #8E399E

Text Example


Text Example

White with #8E399E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,57,158); }

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

background-color css

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

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

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

border-color css

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

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

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