Html Css Color HEX #8E2893 Vivid Violet

📋 copy color: '#8E2893'

red 142 ◦ green 40 ◦ blue 147

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

Shades of Vivid Violet #8E2893

Tints of Vivid Violet #8E2893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.16%

 BLUE value IS 147 (57.81% from 255) = 44.68%

R = 43.16%
G = 12.16%
B = 44.68%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E2893 (or 0x8E2893) is known color: Vivid Violet. HEX triplet: 8E, 28 and 93. RGB value is (142,40,147). Sum of RGB (Red+Green+Blue) = 142+40+147=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #8E2893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2893 is #71D76C. Grayscale: #525252. Windows color (decimal): -7460717 or 9644174. OLE color: 9644174.

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

Color convert

RGB 142 40 147 -
CMYK 0.03 0.73 0 0.42
HSL 297.2º 0.57% 0.37% -
HSV(B) 297.2º 0.73% 0.58% -
XYZ 17.18 9.37 28.51 -
YUV 82.7 164.29 170.3 -
System Red Green Blue C M Y K H S L
Decimal 142 40 147 0.03 0.73 0 0.42 297.2 0.57 0.37
Hex 8E 28 93 3 49 0 2A 129 39 25
Octal 216 50 223 3 111 0 52 451 71 45
Binary 10001110 101000 10010011 11 1001001 0 101010 100101001 111001 100101

Color Harmonies of #8E2893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2893

Black with #8E2893

Text Example


Text Example

White with #8E2893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,40,147); }

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

background-color css

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

 a { background-color: rgb(142,40,147); }

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

border-color css

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

 span { border-color: rgb(142,40,147); }

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