Html Css Color HEX #8E3C93 Vivid Violet

📋 copy color: '#8E3C93'

red 142 ◦ green 60 ◦ blue 147

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

Shades of Vivid Violet #8E3C93

Tints of Vivid Violet #8E3C93

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.19%

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

R = 40.69%
G = 17.19%
B = 42.12%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E3C93 (or 0x8E3C93) is known color: Vivid Violet. HEX triplet: 8E, 3C and 93. RGB value is (142,60,147). Sum of RGB (Red+Green+Blue) = 142+60+147=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 147 - color contains mainly: blue. Hex color #8E3C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3C93 is #71C36C. Grayscale: #5E5E5E. Windows color (decimal): -7455597 or 9649294. OLE color: 9649294.

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

Color convert

RGB 142 60 147 -
CMYK 0.03 0.59 0 0.42
HSL 296.55º 0.42% 0.41% -
HSV(B) 296.55º 0.59% 0.58% -
XYZ 18.04 11.09 28.79 -
YUV 94.44 157.67 161.93 -
System Red Green Blue C M Y K H S L
Decimal 142 60 147 0.03 0.59 0 0.42 296.55 0.42 0.41
Hex 8E 3C 93 3 3B 0 2A 129 2A 29
Octal 216 74 223 3 73 0 52 451 52 51
Binary 10001110 111100 10010011 11 111011 0 101010 100101001 101010 101001

Color Harmonies of #8E3C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3C93

Black with #8E3C93

Text Example


Text Example

White with #8E3C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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