Html Css Color HEX #8E4E95 Violet Blue

📋 copy color: '#8E4E95'

red 142 ◦ green 78 ◦ blue 149

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

Shades of Violet Blue #8E4E95

Tints of Violet Blue #8E4E95

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.14%

 BLUE value IS 149 (58.59% from 255) = 40.38%

R = 38.48%
G = 21.14%
B = 40.38%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E4E95 (or 0x8E4E95) is known color: Violet Blue. HEX triplet: 8E, 4E and 95. RGB value is (142,78,149). Sum of RGB (Red+Green+Blue) = 142+78+149=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E4E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E4E95 is #71B16A. Grayscale: #696969. Windows color (decimal): -7450987 or 9784974. OLE color: 9784974.

HSL color Cylindrical-coordinate representation of color #8E4E95: hue angle of 294.08º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E4E95 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 78 149 -
CMYK 0.05 0.48 0 0.42
HSL 294.08º 0.31% 0.45% -
HSV(B) 294.08º 0.48% 0.58% -
XYZ 19.3 13.37 30 -
YUV 105.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 142 78 149 0.05 0.48 0 0.42 294.08 0.31 0.45
Hex 8E 4E 95 5 30 0 2A 126 1F 2D
Octal 216 116 225 5 60 0 52 446 37 55
Binary 10001110 1001110 10010101 101 110000 0 101010 100100110 11111 101101

Color Harmonies of #8E4E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4E95

Black with #8E4E95

Text Example


Text Example

White with #8E4E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,78,149); }

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

background-color css

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

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

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

border-color css

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

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

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