Html Css Color HEX #8E5578 Strikemaster

📋 copy color: '#8E5578'

red 142 ◦ green 85 ◦ blue 120

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

Shades of Strikemaster #8E5578

Tints of Strikemaster #8E5578

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.5%

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

R = 40.92%
G = 24.5%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8E5578 (or 0x8E5578) is known color: Strikemaster. HEX triplet: 8E, 55 and 78. RGB value is (142,85,120). Sum of RGB (Red+Green+Blue) = 142+85+120=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5578 is #71AA87. Grayscale: #696969. Windows color (decimal): -7449224 or 7886222. OLE color: 7886222.

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

Color convert

RGB 142 85 120 -
CMYK 0 0.40 0.15 0.44
HSL 323.16º 0.25% 0.45% -
HSV(B) 323.16º 0.4% 0.56% -
XYZ 17.79 13.6 19.46 -
YUV 106.03 135.88 153.65 -
System Red Green Blue C M Y K H S L
Decimal 142 85 120 0 0.40 0.15 0.44 323.16 0.25 0.45
Hex 8E 55 78 0 28 F 2C 143 19 2D
Octal 216 125 170 0 50 17 54 503 31 55
Binary 10001110 1010101 1111000 0 101000 1111 101100 101000011 11001 101101

Color Harmonies of #8E5578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5578

Black with #8E5578

Text Example


Text Example

White with #8E5578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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