Html Css Color HEX #8E3995 Vivid Violet

📋 copy color: '#8E3995'

red 142 ◦ green 57 ◦ blue 149

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

Shades of Vivid Violet #8E3995

Tints of Vivid Violet #8E3995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.82%

R = 40.8%
G = 16.38%
B = 42.82%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E3995 (or 0x8E3995) is known color: Vivid Violet. HEX triplet: 8E, 39 and 95. RGB value is (142,57,149). Sum of RGB (Red+Green+Blue) = 142+57+149=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E3995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3995 is #71C66A. Grayscale: #5C5C5C. Windows color (decimal): -7456363 or 9779598. OLE color: 9779598.

HSL color Cylindrical-coordinate representation of color #8E3995: hue angle of 295.43º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E3995 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 57 149 -
CMYK 0.05 0.62 0 0.42
HSL 295.43º 0.45% 0.4% -
HSV(B) 295.43º 0.62% 0.58% -
XYZ 18.04 10.85 29.58 -
YUV 92.9 159.66 163.02 -
System Red Green Blue C M Y K H S L
Decimal 142 57 149 0.05 0.62 0 0.42 295.43 0.45 0.4
Hex 8E 39 95 5 3E 0 2A 127 2D 28
Octal 216 71 225 5 76 0 52 447 55 50
Binary 10001110 111001 10010101 101 111110 0 101010 100100111 101101 101000

Color Harmonies of #8E3995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3995

Black with #8E3995

Text Example


Text Example

White with #8E3995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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