Html Css Color HEX #8E2791 Vivid Violet

📋 copy color: '#8E2791'

red 142 ◦ green 39 ◦ blue 145

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

Shades of Vivid Violet #8E2791

Tints of Vivid Violet #8E2791

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.96%

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

R = 43.56%
G = 11.96%
B = 44.48%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8E2791 (or 0x8E2791) is known color: Vivid Violet. HEX triplet: 8E, 27 and 91. RGB value is (142,39,145). Sum of RGB (Red+Green+Blue) = 142+39+145=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E2791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2791 is #71D86E. Grayscale: #515151. Windows color (decimal): -7460975 or 9512846. OLE color: 9512846.

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

Color convert

RGB 142 39 145 -
CMYK 0.02 0.73 0 0.43
HSL 298.3º 0.58% 0.36% -
HSV(B) 298.3º 0.73% 0.57% -
XYZ 16.99 9.25 27.68 -
YUV 81.88 163.62 170.88 -
System Red Green Blue C M Y K H S L
Decimal 142 39 145 0.02 0.73 0 0.43 298.3 0.58 0.36
Hex 8E 27 91 2 49 0 2B 12A 3A 24
Octal 216 47 221 2 111 0 53 452 72 44
Binary 10001110 100111 10010001 10 1001001 0 101011 100101010 111010 100100

Color Harmonies of #8E2791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2791

Black with #8E2791

Text Example


Text Example

White with #8E2791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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