Html Css Color HEX #8E4188 Vivid Violet

📋 copy color: '#8E4188'

red 142 ◦ green 65 ◦ blue 136

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

Shades of Vivid Violet #8E4188

Tints of Vivid Violet #8E4188

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.95%

 BLUE value IS 136 (53.52% from 255) = 39.65%

R = 41.4%
G = 18.95%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#8E4188 (or 0x8E4188) is known color: Vivid Violet. HEX triplet: 8E, 41 and 88. RGB value is (142,65,136). Sum of RGB (Red+Green+Blue) = 142+65+136=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4188 is #71BE77. Grayscale: #5F5F5F. Windows color (decimal): -7454328 or 8929678. OLE color: 8929678.

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

Color convert

RGB 142 65 136 -
CMYK 0 0.54 0.04 0.44
HSL 304.68º 0.37% 0.41% -
HSV(B) 304.68º 0.54% 0.56% -
XYZ 17.49 11.31 24.55 -
YUV 96.12 150.51 160.73 -
System Red Green Blue C M Y K H S L
Decimal 142 65 136 0 0.54 0.04 0.44 304.68 0.37 0.41
Hex 8E 41 88 0 36 4 2C 131 25 29
Octal 216 101 210 0 66 4 54 461 45 51
Binary 10001110 1000001 10001000 0 110110 100 101100 100110001 100101 101001

Color Harmonies of #8E4188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4188

Black with #8E4188

Text Example


Text Example

White with #8E4188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,65,136); }

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

background-color css

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

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

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

border-color css

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

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

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