Html Css Color HEX #8E2C94 Vivid Violet

📋 copy color: '#8E2C94'

red 142 ◦ green 44 ◦ blue 148

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

Shades of Vivid Violet #8E2C94

Tints of Vivid Violet #8E2C94

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.17%

 BLUE value IS 148 (58.2% from 255) = 44.31%

R = 42.51%
G = 13.17%
B = 44.31%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E2C94 (or 0x8E2C94) is known color: Vivid Violet. HEX triplet: 8E, 2C and 94. RGB value is (142,44,148). Sum of RGB (Red+Green+Blue) = 142+44+148=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #8E2C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2C94 is #71D36B. Grayscale: #545454. Windows color (decimal): -7459692 or 9710734. OLE color: 9710734.

HSL color Cylindrical-coordinate representation of color #8E2C94: hue angle of 296.54º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E2C94 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 44 148 -
CMYK 0.04 0.70 0 0.42
HSL 296.54º 0.54% 0.38% -
HSV(B) 296.54º 0.7% 0.58% -
XYZ 17.4 9.69 28.97 -
YUV 85.16 163.47 168.54 -
System Red Green Blue C M Y K H S L
Decimal 142 44 148 0.04 0.70 0 0.42 296.54 0.54 0.38
Hex 8E 2C 94 4 46 0 2A 129 36 26
Octal 216 54 224 4 106 0 52 451 66 46
Binary 10001110 101100 10010100 100 1000110 0 101010 100101001 110110 100110

Color Harmonies of #8E2C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2C94

Black with #8E2C94

Text Example


Text Example

White with #8E2C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,44,148); }

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

background-color css

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

 a { background-color: rgb(142,44,148); }

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

border-color css

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

 span { border-color: rgb(142,44,148); }

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