Html Css Color HEX #8E318E Vivid Violet

📋 copy color: '#8E318E'

red 142 ◦ green 49 ◦ blue 142

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

Shades of Vivid Violet #8E318E

Tints of Vivid Violet #8E318E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.71%

 BLUE value IS 142 (55.86% from 255) = 42.64%

R = 42.64%
G = 14.71%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8E318E (or 0x8E318E) is known color: Vivid Violet. HEX triplet: 8E, 31 and 8E. RGB value is (142,49,142). Sum of RGB (Red+Green+Blue) = 142+49+142=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E318E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E318E is #71CE71. Grayscale: #575757. Windows color (decimal): -7458418 or 9318798. OLE color: 9318798.

HSL color Cylindrical-coordinate representation of color #8E318E: hue angle of 300º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E318E is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 49 142 -
CMYK 0 0.65 0 0.44
HSL 300º 0.49% 0.37% -
HSV(B) 300º 0.65% 0.56% -
XYZ 17.14 9.9 26.6 -
YUV 87.41 158.81 166.94 -
System Red Green Blue C M Y K H S L
Decimal 142 49 142 0 0.65 0 0.44 300 0.49 0.37
Hex 8E 31 8E 0 41 0 2C 12C 31 25
Octal 216 61 216 0 101 0 54 454 61 45
Binary 10001110 110001 10001110 0 1000001 0 101100 100101100 110001 100101

Color Harmonies of #8E318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E318E

Black with #8E318E

Text Example


Text Example

White with #8E318E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,49,142); }

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

background-color css

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

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

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

border-color css

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

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

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