Html Css Color HEX #8E5876 Strikemaster

📋 copy color: '#8E5876'

red 142 ◦ green 88 ◦ blue 118

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

Shades of Strikemaster #8E5876

Tints of Strikemaster #8E5876

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.29%

 BLUE value IS 118 (46.48% from 255) = 33.91%

R = 40.8%
G = 25.29%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#8E5876 (or 0x8E5876) is known color: Strikemaster. HEX triplet: 8E, 58 and 76. RGB value is (142,88,118). Sum of RGB (Red+Green+Blue) = 142+88+118=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5876 is #71A789. Grayscale: #6B6B6B. Windows color (decimal): -7448458 or 7755918. OLE color: 7755918.

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

Color convert

RGB 142 88 118 -
CMYK 0 0.38 0.17 0.44
HSL 326.67º 0.23% 0.45% -
HSV(B) 326.67º 0.38% 0.56% -
XYZ 17.92 14.04 18.9 -
YUV 107.57 133.89 152.56 -
System Red Green Blue C M Y K H S L
Decimal 142 88 118 0 0.38 0.17 0.44 326.67 0.23 0.45
Hex 8E 58 76 0 26 11 2C 147 17 2D
Octal 216 130 166 0 46 21 54 507 27 55
Binary 10001110 1011000 1110110 0 100110 10001 101100 101000111 10111 101101

Color Harmonies of #8E5876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5876

Black with #8E5876

Text Example


Text Example

White with #8E5876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,88,118); }

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

background-color css

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

 a { background-color: rgb(142,88,118); }

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

border-color css

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

 span { border-color: rgb(142,88,118); }

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