Html Css Color HEX #8E1E9D Vivid Violet

📋 copy color: '#8E1E9D'

red 142 ◦ green 30 ◦ blue 157

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

Shades of Vivid Violet #8E1E9D

Tints of Vivid Violet #8E1E9D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.12%

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

R = 43.16%
G = 9.12%
B = 47.72%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E1E9D (or 0x8E1E9D) is known color: Vivid Violet. HEX triplet: 8E, 1E and 9D. RGB value is (142,30,157). Sum of RGB (Red+Green+Blue) = 142+30+157=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E1E9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1E9D is #71E162. Grayscale: #4D4D4D. Windows color (decimal): -7463267 or 10296974. OLE color: 10296974.

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

Color convert

RGB 142 30 157 -
CMYK 0.10 0.81 0 0.38
HSL 292.91º 0.68% 0.37% -
HSV(B) 292.91º 0.81% 0.62% -
XYZ 17.71 9.11 32.72 -
YUV 77.97 172.61 173.67 -
System Red Green Blue C M Y K H S L
Decimal 142 30 157 0.10 0.81 0 0.38 292.91 0.68 0.37
Hex 8E 1E 9D A 51 0 26 125 44 25
Octal 216 36 235 12 121 0 46 445 104 45
Binary 10001110 11110 10011101 1010 1010001 0 100110 100100101 1000100 100101

Color Harmonies of #8E1E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1E9D

Black with #8E1E9D

Text Example


Text Example

White with #8E1E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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