Html Css Color HEX #8E3A91 Vivid Violet

📋 copy color: '#8E3A91'

red 142 ◦ green 58 ◦ blue 145

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

Shades of Vivid Violet #8E3A91

Tints of Vivid Violet #8E3A91

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.81%

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

R = 41.16%
G = 16.81%
B = 42.03%

CMYK

 C value IS 0.02

 M value IS 0.6

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8E3A91 (or 0x8E3A91) is known color: Vivid Violet. HEX triplet: 8E, 3A and 91. RGB value is (142,58,145). Sum of RGB (Red+Green+Blue) = 142+58+145=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E3A91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3A91 is #71C56E. Grayscale: #5C5C5C. Windows color (decimal): -7456111 or 9517710. OLE color: 9517710.

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

Color convert

RGB 142 58 145 -
CMYK 0.02 0.6 0 0.43
HSL 297.93º 0.43% 0.4% -
HSV(B) 297.93º 0.6% 0.57% -
XYZ 17.78 10.82 27.94 -
YUV 93.03 157.33 162.93 -
System Red Green Blue C M Y K H S L
Decimal 142 58 145 0.02 0.6 0 0.43 297.93 0.43 0.4
Hex 8E 3A 91 2 3C 0 2B 12A 2B 28
Octal 216 72 221 2 74 0 53 452 53 50
Binary 10001110 111010 10010001 10 111100 0 101011 100101010 101011 101000

Color Harmonies of #8E3A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3A91

Black with #8E3A91

Text Example


Text Example

White with #8E3A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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