Html Css Color HEX #8E2492 Vivid Violet

📋 copy color: '#8E2492'

red 142 ◦ green 36 ◦ blue 146

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

Shades of Vivid Violet #8E2492

Tints of Vivid Violet #8E2492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.06%

R = 43.83%
G = 11.11%
B = 45.06%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8E2492 (or 0x8E2492) is known color: Vivid Violet. HEX triplet: 8E, 24 and 92. RGB value is (142,36,146). Sum of RGB (Red+Green+Blue) = 142+36+146=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E2492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2492 is #71DB6D. Grayscale: #4F4F4F. Windows color (decimal): -7461742 or 9577614. OLE color: 9577614.

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

Color convert

RGB 142 36 146 -
CMYK 0.03 0.75 0 0.43
HSL 297.82º 0.6% 0.36% -
HSV(B) 297.82º 0.75% 0.57% -
XYZ 16.97 9.09 28.05 -
YUV 80.23 165.12 172.06 -
System Red Green Blue C M Y K H S L
Decimal 142 36 146 0.03 0.75 0 0.43 297.82 0.6 0.36
Hex 8E 24 92 3 4B 0 2B 12A 3C 24
Octal 216 44 222 3 113 0 53 452 74 44
Binary 10001110 100100 10010010 11 1001011 0 101011 100101010 111100 100100

Color Harmonies of #8E2492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2492

Black with #8E2492

Text Example


Text Example

White with #8E2492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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