Html Css Color HEX #8E369A Vivid Violet

📋 copy color: '#8E369A'

red 142 ◦ green 54 ◦ blue 154

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

Shades of Vivid Violet #8E369A

Tints of Vivid Violet #8E369A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.43%

 BLUE value IS 154 (60.55% from 255) = 44%

R = 40.57%
G = 15.43%
B = 44%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8E369A (or 0x8E369A) is known color: Vivid Violet. HEX triplet: 8E, 36 and 9A. RGB value is (142,54,154). Sum of RGB (Red+Green+Blue) = 142+54+154=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 154 - color contains mainly: blue. Hex color #8E369A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E369A is #71C965. Grayscale: #5B5B5B. Windows color (decimal): -7457126 or 10106510. OLE color: 10106510.

HSL color Cylindrical-coordinate representation of color #8E369A: hue angle of 292.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E369A is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 142 54 154 -
CMYK 0.08 0.65 0 0.40
HSL 292.8º 0.48% 0.41% -
HSV(B) 292.8º 0.65% 0.6% -
XYZ 18.31 10.72 31.68 -
YUV 91.71 163.15 163.87 -
System Red Green Blue C M Y K H S L
Decimal 142 54 154 0.08 0.65 0 0.40 292.8 0.48 0.41
Hex 8E 36 9A 8 41 0 28 125 30 29
Octal 216 66 232 10 101 0 50 445 60 51
Binary 10001110 110110 10011010 1000 1000001 0 101000 100100101 110000 101001

Color Harmonies of #8E369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E369A

Black with #8E369A

Text Example


Text Example

White with #8E369A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,54,154); }

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

background-color css

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

 a { background-color: rgb(142,54,154); }

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

border-color css

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

 span { border-color: rgb(142,54,154); }

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