Html Css Color HEX #8E4978 Strikemaster

📋 copy color: '#8E4978'

red 142 ◦ green 73 ◦ blue 120

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

Shades of Strikemaster #8E4978

Tints of Strikemaster #8E4978

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.79%

 BLUE value IS 120 (47.27% from 255) = 35.82%

R = 42.39%
G = 21.79%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8E4978 (or 0x8E4978) is known color: Strikemaster. HEX triplet: 8E, 49 and 78. RGB value is (142,73,120). Sum of RGB (Red+Green+Blue) = 142+73+120=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4978 is #71B687. Grayscale: #626262. Windows color (decimal): -7452296 or 7883150. OLE color: 7883150.

HSL color Cylindrical-coordinate representation of color #8E4978: hue angle of 319.13º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E4978 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 73 120 -
CMYK 0 0.49 0.15 0.44
HSL 319.13º 0.32% 0.42% -
HSV(B) 319.13º 0.49% 0.56% -
XYZ 16.93 11.87 19.17 -
YUV 98.99 139.86 158.68 -
System Red Green Blue C M Y K H S L
Decimal 142 73 120 0 0.49 0.15 0.44 319.13 0.32 0.42
Hex 8E 49 78 0 31 F 2C 13F 20 2A
Octal 216 111 170 0 61 17 54 477 40 52
Binary 10001110 1001001 1111000 0 110001 1111 101100 100111111 100000 101010

Color Harmonies of #8E4978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4978

Black with #8E4978

Text Example


Text Example

White with #8E4978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,73,120); }

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

background-color css

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

 a { background-color: rgb(142,73,120); }

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

border-color css

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

 span { border-color: rgb(142,73,120); }

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