Html Css Color HEX #8E3493 Vivid Violet

📋 copy color: '#8E3493'

red 142 ◦ green 52 ◦ blue 147

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

Shades of Vivid Violet #8E3493

Tints of Vivid Violet #8E3493

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.25%

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

R = 41.64%
G = 15.25%
B = 43.11%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E3493 (or 0x8E3493) is known color: Vivid Violet. HEX triplet: 8E, 34 and 93. RGB value is (142,52,147). Sum of RGB (Red+Green+Blue) = 142+52+147=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #8E3493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3493 is #71CB6C. Grayscale: #595959. Windows color (decimal): -7457645 or 9647246. OLE color: 9647246.

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

Color convert

RGB 142 52 147 -
CMYK 0.03 0.65 0 0.42
HSL 296.84º 0.48% 0.39% -
HSV(B) 296.84º 0.65% 0.58% -
XYZ 17.65 10.31 28.66 -
YUV 89.74 160.32 165.28 -
System Red Green Blue C M Y K H S L
Decimal 142 52 147 0.03 0.65 0 0.42 296.84 0.48 0.39
Hex 8E 34 93 3 41 0 2A 129 30 27
Octal 216 64 223 3 101 0 52 451 60 47
Binary 10001110 110100 10010011 11 1000001 0 101010 100101001 110000 100111

Color Harmonies of #8E3493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3493

Black with #8E3493

Text Example


Text Example

White with #8E3493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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