Html Css Color HEX #8E2497 Vivid Violet

📋 copy color: '#8E2497'

red 142 ◦ green 36 ◦ blue 151

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

Shades of Vivid Violet #8E2497

Tints of Vivid Violet #8E2497

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.94%

 BLUE value IS 151 (59.38% from 255) = 45.9%

R = 43.16%
G = 10.94%
B = 45.9%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8E2497 (or 0x8E2497) is known color: Vivid Violet. HEX triplet: 8E, 24 and 97. RGB value is (142,36,151). Sum of RGB (Red+Green+Blue) = 142+36+151=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 151 - color contains mainly: blue. Hex color #8E2497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2497 is #71DB68. Grayscale: #505050. Windows color (decimal): -7461737 or 9905294. OLE color: 9905294.

HSL color Cylindrical-coordinate representation of color #8E2497: hue angle of 295.3º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E2497 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 142 36 151 -
CMYK 0.06 0.76 0 0.41
HSL 295.3º 0.61% 0.37% -
HSV(B) 295.3º 0.76% 0.59% -
XYZ 17.37 9.25 30.15 -
YUV 80.8 167.62 171.65 -
System Red Green Blue C M Y K H S L
Decimal 142 36 151 0.06 0.76 0 0.41 295.3 0.61 0.37
Hex 8E 24 97 6 4C 0 29 127 3D 25
Octal 216 44 227 6 114 0 51 447 75 45
Binary 10001110 100100 10010111 110 1001100 0 101001 100100111 111101 100101

Color Harmonies of #8E2497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2497

Black with #8E2497

Text Example


Text Example

White with #8E2497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,36,151); }

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

background-color css

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

 a { background-color: rgb(142,36,151); }

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

border-color css

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

 span { border-color: rgb(142,36,151); }

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