Html Css Color HEX #8E4F95 Violet Blue

📋 copy color: '#8E4F95'

red 142 ◦ green 79 ◦ blue 149

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

Shades of Violet Blue #8E4F95

Tints of Violet Blue #8E4F95

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.35%

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

R = 38.38%
G = 21.35%
B = 40.27%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E4F95 (or 0x8E4F95) is known color: Violet Blue. HEX triplet: 8E, 4F and 95. RGB value is (142,79,149). Sum of RGB (Red+Green+Blue) = 142+79+149=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E4F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E4F95 is #71B06A. Grayscale: #696969. Windows color (decimal): -7450731 or 9785230. OLE color: 9785230.

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

Color convert

RGB 142 79 149 -
CMYK 0.05 0.47 0 0.42
HSL 294º 0.31% 0.45% -
HSV(B) 294º 0.47% 0.58% -
XYZ 19.38 13.51 30.02 -
YUV 105.82 152.37 153.81 -
System Red Green Blue C M Y K H S L
Decimal 142 79 149 0.05 0.47 0 0.42 294 0.31 0.45
Hex 8E 4F 95 5 2F 0 2A 126 1F 2D
Octal 216 117 225 5 57 0 52 446 37 55
Binary 10001110 1001111 10010101 101 101111 0 101010 100100110 11111 101101

Color Harmonies of #8E4F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4F95

Black with #8E4F95

Text Example


Text Example

White with #8E4F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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