Html Css Color HEX #8E32AD Vivid Violet

📋 copy color: '#8E32AD'

red 142 ◦ green 50 ◦ blue 173

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

Shades of Vivid Violet #8E32AD

Tints of Vivid Violet #8E32AD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.7%

 BLUE value IS 173 (67.97% from 255) = 47.4%

R = 38.9%
G = 13.7%
B = 47.4%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8E32AD (or 0x8E32AD) is known color: Vivid Violet. HEX triplet: 8E, 32 and AD. RGB value is (142,50,173). Sum of RGB (Red+Green+Blue) = 142+50+173=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E32AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E32AD is #71CD52. Grayscale: #5B5B5B. Windows color (decimal): -7458131 or 11350670. OLE color: 11350670.

HSL color Cylindrical-coordinate representation of color #8E32AD: hue angle of 284.88º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E32AD is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 142 50 173 -
CMYK 0.18 0.71 0 0.32
HSL 284.88º 0.55% 0.44% -
HSV(B) 284.88º 0.71% 0.68% -
XYZ 19.84 11.05 40.62 -
YUV 91.53 173.98 164 -
System Red Green Blue C M Y K H S L
Decimal 142 50 173 0.18 0.71 0 0.32 284.88 0.55 0.44
Hex 8E 32 AD 12 47 0 20 11D 37 2C
Octal 216 62 255 22 107 0 40 435 67 54
Binary 10001110 110010 10101101 10010 1000111 0 100000 100011101 110111 101100

Color Harmonies of #8E32AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E32AD

Black with #8E32AD

Text Example


Text Example

White with #8E32AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,50,173); }

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

background-color css

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

 a { background-color: rgb(142,50,173); }

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

border-color css

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

 span { border-color: rgb(142,50,173); }

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