Html Css Color HEX #8E349A Vivid Violet

📋 copy color: '#8E349A'

red 142 ◦ green 52 ◦ blue 154

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

Shades of Vivid Violet #8E349A

Tints of Vivid Violet #8E349A

RGB

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

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

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

R = 40.8%
G = 14.94%
B = 44.25%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8E349A (or 0x8E349A) is known color: Vivid Violet. HEX triplet: 8E, 34 and 9A. RGB value is (142,52,154). Sum of RGB (Red+Green+Blue) = 142+52+154=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 154 - color contains mainly: blue. Hex color #8E349A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E349A is #71CB65. Grayscale: #5A5A5A. Windows color (decimal): -7457638 or 10105998. OLE color: 10105998.

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

Color convert

RGB 142 52 154 -
CMYK 0.08 0.66 0 0.40
HSL 292.94º 0.5% 0.4% -
HSV(B) 292.94º 0.66% 0.6% -
XYZ 18.22 10.54 31.65 -
YUV 90.54 163.82 164.71 -
System Red Green Blue C M Y K H S L
Decimal 142 52 154 0.08 0.66 0 0.40 292.94 0.5 0.4
Hex 8E 34 9A 8 42 0 28 125 32 28
Octal 216 64 232 10 102 0 50 445 62 50
Binary 10001110 110100 10011010 1000 1000010 0 101000 100100101 110010 101000

Color Harmonies of #8E349A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E349A

Black with #8E349A

Text Example


Text Example

White with #8E349A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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