Html Css Color HEX #8E4C78 Strikemaster

📋 copy color: '#8E4C78'

red 142 ◦ green 76 ◦ blue 120

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

Shades of Strikemaster #8E4C78

Tints of Strikemaster #8E4C78

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.49%

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

R = 42.01%
G = 22.49%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8E4C78 (or 0x8E4C78) is known color: Strikemaster. HEX triplet: 8E, 4C and 78. RGB value is (142,76,120). Sum of RGB (Red+Green+Blue) = 142+76+120=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4C78 is #71B387. Grayscale: #646464. Windows color (decimal): -7451528 or 7883918. OLE color: 7883918.

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

Color convert

RGB 142 76 120 -
CMYK 0 0.46 0.15 0.44
HSL 320º 0.3% 0.43% -
HSV(B) 320º 0.46% 0.56% -
XYZ 17.13 12.28 19.24 -
YUV 100.75 138.87 157.42 -
System Red Green Blue C M Y K H S L
Decimal 142 76 120 0 0.46 0.15 0.44 320 0.3 0.43
Hex 8E 4C 78 0 2E F 2C 140 1E 2B
Octal 216 114 170 0 56 17 54 500 36 53
Binary 10001110 1001100 1111000 0 101110 1111 101100 101000000 11110 101011

Color Harmonies of #8E4C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4C78

Black with #8E4C78

Text Example


Text Example

White with #8E4C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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