Html Css Color HEX #8E5978 Strikemaster

📋 copy color: '#8E5978'

red 142 ◦ green 89 ◦ blue 120

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

Shades of Strikemaster #8E5978

Tints of Strikemaster #8E5978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.36%

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

R = 40.46%
G = 25.36%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8E5978 (or 0x8E5978) is known color: Strikemaster. HEX triplet: 8E, 59 and 78. RGB value is (142,89,120). Sum of RGB (Red+Green+Blue) = 142+89+120=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5978 is #71A687. Grayscale: #6C6C6C. Windows color (decimal): -7448200 or 7887246. OLE color: 7887246.

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

Color convert

RGB 142 89 120 -
CMYK 0 0.37 0.15 0.44
HSL 324.91º 0.23% 0.45% -
HSV(B) 324.91º 0.37% 0.56% -
XYZ 18.12 14.25 19.57 -
YUV 108.38 134.56 151.98 -
System Red Green Blue C M Y K H S L
Decimal 142 89 120 0 0.37 0.15 0.44 324.91 0.23 0.45
Hex 8E 59 78 0 25 F 2C 145 17 2D
Octal 216 131 170 0 45 17 54 505 27 55
Binary 10001110 1011001 1111000 0 100101 1111 101100 101000101 10111 101101

Color Harmonies of #8E5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5978

Black with #8E5978

Text Example


Text Example

White with #8E5978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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