Html Css Color HEX #8E3291 Vivid Violet

📋 copy color: '#8E3291'

red 142 ◦ green 50 ◦ blue 145

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

Shades of Vivid Violet #8E3291

Tints of Vivid Violet #8E3291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.84%

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

R = 42.14%
G = 14.84%
B = 43.03%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8E3291 (or 0x8E3291) is known color: Vivid Violet. HEX triplet: 8E, 32 and 91. RGB value is (142,50,145). Sum of RGB (Red+Green+Blue) = 142+50+145=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E3291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3291 is #71CD6E. Grayscale: #585858. Windows color (decimal): -7458159 or 9515662. OLE color: 9515662.

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

Color convert

RGB 142 50 145 -
CMYK 0.02 0.66 0 0.43
HSL 298.11º 0.49% 0.38% -
HSV(B) 298.11º 0.66% 0.57% -
XYZ 17.41 10.08 27.82 -
YUV 88.34 159.98 166.28 -
System Red Green Blue C M Y K H S L
Decimal 142 50 145 0.02 0.66 0 0.43 298.11 0.49 0.38
Hex 8E 32 91 2 42 0 2B 12A 31 26
Octal 216 62 221 2 102 0 53 452 61 46
Binary 10001110 110010 10010001 10 1000010 0 101011 100101010 110001 100110

Color Harmonies of #8E3291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3291

Black with #8E3291

Text Example


Text Example

White with #8E3291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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