Html Css Color HEX #8E369E Vivid Violet

📋 copy color: '#8E369E'

red 142 ◦ green 54 ◦ blue 158

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

Shades of Vivid Violet #8E369E

Tints of Vivid Violet #8E369E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.25%

 BLUE value IS 158 (62.11% from 255) = 44.63%

R = 40.11%
G = 15.25%
B = 44.63%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E369E (or 0x8E369E) is known color: Vivid Violet. HEX triplet: 8E, 36 and 9E. RGB value is (142,54,158). Sum of RGB (Red+Green+Blue) = 142+54+158=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E369E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E369E is #71C961. Grayscale: #5B5B5B. Windows color (decimal): -7457122 or 10368654. OLE color: 10368654.

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

Color convert

RGB 142 54 158 -
CMYK 0.10 0.66 0 0.38
HSL 290.77º 0.49% 0.42% -
HSV(B) 290.77º 0.66% 0.62% -
XYZ 18.65 10.86 33.46 -
YUV 92.17 165.15 163.54 -
System Red Green Blue C M Y K H S L
Decimal 142 54 158 0.10 0.66 0 0.38 290.77 0.49 0.42
Hex 8E 36 9E A 42 0 26 123 31 2A
Octal 216 66 236 12 102 0 46 443 61 52
Binary 10001110 110110 10011110 1010 1000010 0 100110 100100011 110001 101010

Color Harmonies of #8E369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E369E

Black with #8E369E

Text Example


Text Example

White with #8E369E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,54,158); }

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

background-color css

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

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

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

border-color css

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

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

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