Html Css Color HEX #8E3391 Vivid Violet

📋 copy color: '#8E3391'

red 142 ◦ green 51 ◦ blue 145

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

Shades of Vivid Violet #8E3391

Tints of Vivid Violet #8E3391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.09%

 BLUE value IS 145 (57.03% from 255) = 42.9%

R = 42.01%
G = 15.09%
B = 42.9%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8E3391 (or 0x8E3391) is known color: Vivid Violet. HEX triplet: 8E, 33 and 91. RGB value is (142,51,145). Sum of RGB (Red+Green+Blue) = 142+51+145=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E3391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3391 is #71CC6E. Grayscale: #585858. Windows color (decimal): -7457903 or 9515918. OLE color: 9515918.

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

Color convert

RGB 142 51 145 -
CMYK 0.02 0.65 0 0.43
HSL 298.09º 0.48% 0.38% -
HSV(B) 298.09º 0.65% 0.57% -
XYZ 17.45 10.16 27.83 -
YUV 88.93 159.65 165.86 -
System Red Green Blue C M Y K H S L
Decimal 142 51 145 0.02 0.65 0 0.43 298.09 0.48 0.38
Hex 8E 33 91 2 41 0 2B 12A 30 26
Octal 216 63 221 2 101 0 53 452 60 46
Binary 10001110 110011 10010001 10 1000001 0 101011 100101010 110000 100110

Color Harmonies of #8E3391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3391

Black with #8E3391

Text Example


Text Example

White with #8E3391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,51,145); }

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

background-color css

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

 a { background-color: rgb(142,51,145); }

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

border-color css

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

 span { border-color: rgb(142,51,145); }

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