Html Css Color HEX #8E4292 Vivid Violet

📋 copy color: '#8E4292'

red 142 ◦ green 66 ◦ blue 146

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

Shades of Vivid Violet #8E4292

Tints of Vivid Violet #8E4292

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.64%

 BLUE value IS 146 (57.42% from 255) = 41.24%

R = 40.11%
G = 18.64%
B = 41.24%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8E4292 (or 0x8E4292) is known color: Vivid Violet. HEX triplet: 8E, 42 and 92. RGB value is (142,66,146). Sum of RGB (Red+Green+Blue) = 142+66+146=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E4292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4292 is #71BD6D. Grayscale: #616161. Windows color (decimal): -7454062 or 9585294. OLE color: 9585294.

HSL color Cylindrical-coordinate representation of color #8E4292: hue angle of 297º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E4292 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 142 66 146 -
CMYK 0.03 0.55 0 0.43
HSL 297º 0.38% 0.42% -
HSV(B) 297º 0.55% 0.57% -
XYZ 18.29 11.72 28.49 -
YUV 97.84 155.18 159.5 -
System Red Green Blue C M Y K H S L
Decimal 142 66 146 0.03 0.55 0 0.43 297 0.38 0.42
Hex 8E 42 92 3 37 0 2B 129 26 2A
Octal 216 102 222 3 67 0 53 451 46 52
Binary 10001110 1000010 10010010 11 110111 0 101011 100101001 100110 101010

Color Harmonies of #8E4292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4292

Black with #8E4292

Text Example


Text Example

White with #8E4292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,66,146); }

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

background-color css

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

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

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

border-color css

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

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

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