Html Css Color HEX #8E5277 Strikemaster

📋 copy color: '#8E5277'

red 142 ◦ green 82 ◦ blue 119

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

Shades of Strikemaster #8E5277

Tints of Strikemaster #8E5277

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.91%

 BLUE value IS 119 (46.88% from 255) = 34.69%

R = 41.4%
G = 23.91%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#8E5277 (or 0x8E5277) is known color: Strikemaster. HEX triplet: 8E, 52 and 77. RGB value is (142,82,119). Sum of RGB (Red+Green+Blue) = 142+82+119=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5277 is #71AD88. Grayscale: #686868. Windows color (decimal): -7449993 or 7819918. OLE color: 7819918.

HSL color Cylindrical-coordinate representation of color #8E5277: hue angle of 323º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E5277 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 82 119 -
CMYK 0 0.42 0.16 0.44
HSL 323º 0.27% 0.44% -
HSV(B) 323º 0.42% 0.56% -
XYZ 17.5 13.12 19.06 -
YUV 104.16 136.38 154.99 -
System Red Green Blue C M Y K H S L
Decimal 142 82 119 0 0.42 0.16 0.44 323 0.27 0.44
Hex 8E 52 77 0 2A 10 2C 143 1B 2C
Octal 216 122 167 0 52 20 54 503 33 54
Binary 10001110 1010010 1110111 0 101010 10000 101100 101000011 11011 101100

Color Harmonies of #8E5277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5277

Black with #8E5277

Text Example


Text Example

White with #8E5277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,82,119); }

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

background-color css

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

 a { background-color: rgb(142,82,119); }

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

border-color css

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

 span { border-color: rgb(142,82,119); }

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