Html Css Color HEX #8E5F76 Strikemaster

📋 copy color: '#8E5F76'

red 142 ◦ green 95 ◦ blue 118

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

Shades of Strikemaster #8E5F76

Tints of Strikemaster #8E5F76

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.76%

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

R = 40%
G = 26.76%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#8E5F76 (or 0x8E5F76) is known color: Strikemaster. HEX triplet: 8E, 5F and 76. RGB value is (142,95,118). Sum of RGB (Red+Green+Blue) = 142+95+118=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5F76 is #71A089. Grayscale: #6F6F6F. Windows color (decimal): -7446666 or 7757710. OLE color: 7757710.

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

Color convert

RGB 142 95 118 -
CMYK 0 0.33 0.17 0.44
HSL 330.64º 0.2% 0.46% -
HSV(B) 330.64º 0.33% 0.56% -
XYZ 18.52 15.24 19.11 -
YUV 111.68 131.57 149.63 -
System Red Green Blue C M Y K H S L
Decimal 142 95 118 0 0.33 0.17 0.44 330.64 0.2 0.46
Hex 8E 5F 76 0 21 11 2C 14B 14 2E
Octal 216 137 166 0 41 21 54 513 24 56
Binary 10001110 1011111 1110110 0 100001 10001 101100 101001011 10100 101110

Color Harmonies of #8E5F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5F76

Black with #8E5F76

Text Example


Text Example

White with #8E5F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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