Html Css Color HEX #8E3091 Vivid Violet

📋 copy color: '#8E3091'

red 142 ◦ green 48 ◦ blue 145

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

Shades of Vivid Violet #8E3091

Tints of Vivid Violet #8E3091

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.33%

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

R = 42.39%
G = 14.33%
B = 43.28%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8E3091 (or 0x8E3091) is known color: Vivid Violet. HEX triplet: 8E, 30 and 91. RGB value is (142,48,145). Sum of RGB (Red+Green+Blue) = 142+48+145=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E3091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3091 is #71CF6E. Grayscale: #565656. Windows color (decimal): -7458671 or 9515150. OLE color: 9515150.

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

Color convert

RGB 142 48 145 -
CMYK 0.02 0.67 0 0.43
HSL 298.14º 0.5% 0.38% -
HSV(B) 298.14º 0.67% 0.57% -
XYZ 17.32 9.91 27.79 -
YUV 87.16 160.64 167.11 -
System Red Green Blue C M Y K H S L
Decimal 142 48 145 0.02 0.67 0 0.43 298.14 0.5 0.38
Hex 8E 30 91 2 43 0 2B 12A 32 26
Octal 216 60 221 2 103 0 53 452 62 46
Binary 10001110 110000 10010001 10 1000011 0 101011 100101010 110010 100110

Color Harmonies of #8E3091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3091

Black with #8E3091

Text Example


Text Example

White with #8E3091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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