Html Css Color HEX #8E4393 Vivid Violet

📋 copy color: '#8E4393'

red 142 ◦ green 67 ◦ blue 147

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

Shades of Vivid Violet #8E4393

Tints of Vivid Violet #8E4393

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.82%

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

R = 39.89%
G = 18.82%
B = 41.29%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E4393 (or 0x8E4393) is known color: Vivid Violet. HEX triplet: 8E, 43 and 93. RGB value is (142,67,147). Sum of RGB (Red+Green+Blue) = 142+67+147=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #8E4393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4393 is #71BC6C. Grayscale: #626262. Windows color (decimal): -7453805 or 9651086. OLE color: 9651086.

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

Color convert

RGB 142 67 147 -
CMYK 0.03 0.54 0 0.42
HSL 296.25º 0.37% 0.42% -
HSV(B) 296.25º 0.54% 0.58% -
XYZ 18.43 11.87 28.92 -
YUV 98.55 155.35 159 -
System Red Green Blue C M Y K H S L
Decimal 142 67 147 0.03 0.54 0 0.42 296.25 0.37 0.42
Hex 8E 43 93 3 36 0 2A 128 25 2A
Octal 216 103 223 3 66 0 52 450 45 52
Binary 10001110 1000011 10010011 11 110110 0 101010 100101000 100101 101010

Color Harmonies of #8E4393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4393

Black with #8E4393

Text Example


Text Example

White with #8E4393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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