Html Css Color HEX #8E5F80 Strikemaster

📋 copy color: '#8E5F80'

red 142 ◦ green 95 ◦ blue 128

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

Shades of Strikemaster #8E5F80

Tints of Strikemaster #8E5F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.07%

R = 38.9%
G = 26.03%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#8E5F80 (or 0x8E5F80) is known color: Strikemaster. HEX triplet: 8E, 5F and 80. RGB value is (142,95,128). Sum of RGB (Red+Green+Blue) = 142+95+128=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5F80 is #71A07F. Grayscale: #707070. Windows color (decimal): -7446656 or 8413070. OLE color: 8413070.

HSL color Cylindrical-coordinate representation of color #8E5F80: hue angle of 317.87º 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 #8E5F80 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 95 128 -
CMYK 0 0.33 0.10 0.44
HSL 317.87º 0.2% 0.46% -
HSV(B) 317.87º 0.33% 0.56% -
XYZ 19.14 15.49 22.4 -
YUV 112.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 142 95 128 0 0.33 0.10 0.44 317.87 0.2 0.46
Hex 8E 5F 80 0 21 A 2C 13E 14 2E
Octal 216 137 200 0 41 12 54 476 24 56
Binary 10001110 1011111 10000000 0 100001 1010 101100 100111110 10100 101110

Color Harmonies of #8E5F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5F80

Black with #8E5F80

Text Example


Text Example

White with #8E5F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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