Html Css Color HEX #8E3591 Vivid Violet

📋 copy color: '#8E3591'

red 142 ◦ green 53 ◦ blue 145

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

Shades of Vivid Violet #8E3591

Tints of Vivid Violet #8E3591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.59%

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

R = 41.76%
G = 15.59%
B = 42.65%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8E3591 (or 0x8E3591) is known color: Vivid Violet. HEX triplet: 8E, 35 and 91. RGB value is (142,53,145). Sum of RGB (Red+Green+Blue) = 142+53+145=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E3591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3591 is #71CA6E. Grayscale: #595959. Windows color (decimal): -7457391 or 9516430. OLE color: 9516430.

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

Color convert

RGB 142 53 145 -
CMYK 0.02 0.63 0 0.43
HSL 298.04º 0.46% 0.39% -
HSV(B) 298.04º 0.63% 0.57% -
XYZ 17.54 10.34 27.86 -
YUV 90.1 158.99 165.02 -
System Red Green Blue C M Y K H S L
Decimal 142 53 145 0.02 0.63 0 0.43 298.04 0.46 0.39
Hex 8E 35 91 2 3F 0 2B 12A 2E 27
Octal 216 65 221 2 77 0 53 452 56 47
Binary 10001110 110101 10010001 10 111111 0 101011 100101010 101110 100111

Color Harmonies of #8E3591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3591

Black with #8E3591

Text Example


Text Example

White with #8E3591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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