Html Css Color HEX #8E209D Vivid Violet

📋 copy color: '#8E209D'

red 142 ◦ green 32 ◦ blue 157

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

Shades of Vivid Violet #8E209D

Tints of Vivid Violet #8E209D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.67%

 BLUE value IS 157 (61.72% from 255) = 47.43%

R = 42.9%
G = 9.67%
B = 47.43%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E209D (or 0x8E209D) is known color: Vivid Violet. HEX triplet: 8E, 20 and 9D. RGB value is (142,32,157). Sum of RGB (Red+Green+Blue) = 142+32+157=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E209D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E209D is #71DF62. Grayscale: #4E4E4E. Windows color (decimal): -7462755 or 10297486. OLE color: 10297486.

HSL color Cylindrical-coordinate representation of color #8E209D: hue angle of 292.8º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E209D is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 142 32 157 -
CMYK 0.10 0.80 0 0.38
HSL 292.8º 0.66% 0.37% -
HSV(B) 292.8º 0.8% 0.62% -
XYZ 17.76 9.22 32.74 -
YUV 79.14 171.94 172.84 -
System Red Green Blue C M Y K H S L
Decimal 142 32 157 0.10 0.80 0 0.38 292.8 0.66 0.37
Hex 8E 20 9D A 50 0 26 125 42 25
Octal 216 40 235 12 120 0 46 445 102 45
Binary 10001110 100000 10011101 1010 1010000 0 100110 100100101 1000010 100101

Color Harmonies of #8E209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E209D

Black with #8E209D

Text Example


Text Example

White with #8E209D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,32,157); }

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

background-color css

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

 a { background-color: rgb(142,32,157); }

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

border-color css

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

 span { border-color: rgb(142,32,157); }

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