Html Css Color HEX #8E5075 Strikemaster

📋 copy color: '#8E5075'

red 142 ◦ green 80 ◦ blue 117

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

Shades of Strikemaster #8E5075

Tints of Strikemaster #8E5075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.6%

 BLUE value IS 117 (46.09% from 255) = 34.51%

R = 41.89%
G = 23.6%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8E5075 (or 0x8E5075) is known color: Strikemaster. HEX triplet: 8E, 50 and 75. RGB value is (142,80,117). Sum of RGB (Red+Green+Blue) = 142+80+117=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5075 is #71AF8A. Grayscale: #666666. Windows color (decimal): -7450507 or 7688334. OLE color: 7688334.

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

Color convert

RGB 142 80 117 -
CMYK 0 0.44 0.18 0.44
HSL 324.19º 0.28% 0.44% -
HSV(B) 324.19º 0.44% 0.56% -
XYZ 17.23 12.77 18.39 -
YUV 102.76 136.04 155.99 -
System Red Green Blue C M Y K H S L
Decimal 142 80 117 0 0.44 0.18 0.44 324.19 0.28 0.44
Hex 8E 50 75 0 2C 12 2C 144 1C 2C
Octal 216 120 165 0 54 22 54 504 34 54
Binary 10001110 1010000 1110101 0 101100 10010 101100 101000100 11100 101100

Color Harmonies of #8E5075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5075

Black with #8E5075

Text Example


Text Example

White with #8E5075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,80,117); }

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

background-color css

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

 a { background-color: rgb(142,80,117); }

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

border-color css

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

 span { border-color: rgb(142,80,117); }

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