Html Css Color HEX #8E4F99 Violet Blue

📋 copy color: '#8E4F99'

red 142 ◦ green 79 ◦ blue 153

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

Shades of Violet Blue #8E4F99

Tints of Violet Blue #8E4F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.91%

R = 37.97%
G = 21.12%
B = 40.91%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8E4F99 (or 0x8E4F99) is known color: Violet Blue. HEX triplet: 8E, 4F and 99. RGB value is (142,79,153). Sum of RGB (Red+Green+Blue) = 142+79+153=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E4F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E4F99 is #71B066. Grayscale: #6A6A6A. Windows color (decimal): -7450727 or 10047374. OLE color: 10047374.

HSL color Cylindrical-coordinate representation of color #8E4F99: hue angle of 291.08º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E4F99 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 142 79 153 -
CMYK 0.07 0.48 0 0.4
HSL 291.08º 0.32% 0.45% -
HSV(B) 291.08º 0.48% 0.6% -
XYZ 19.7 13.64 31.73 -
YUV 106.27 154.37 153.48 -
System Red Green Blue C M Y K H S L
Decimal 142 79 153 0.07 0.48 0 0.4 291.08 0.32 0.45
Hex 8E 4F 99 7 30 0 28 123 20 2D
Octal 216 117 231 7 60 0 50 443 40 55
Binary 10001110 1001111 10011001 111 110000 0 101000 100100011 100000 101101

Color Harmonies of #8E4F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4F99

Black with #8E4F99

Text Example


Text Example

White with #8E4F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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