Html Css Color HEX #8E5475 Strikemaster

📋 copy color: '#8E5475'

red 142 ◦ green 84 ◦ blue 117

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

Shades of Strikemaster #8E5475

Tints of Strikemaster #8E5475

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.49%

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

R = 41.4%
G = 24.49%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8E5475 (or 0x8E5475) is known color: Strikemaster. HEX triplet: 8E, 54 and 75. RGB value is (142,84,117). Sum of RGB (Red+Green+Blue) = 142+84+117=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5475 is #71AB8A. Grayscale: #696969. Windows color (decimal): -7449483 or 7689358. OLE color: 7689358.

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

Color convert

RGB 142 84 117 -
CMYK 0 0.41 0.18 0.44
HSL 325.86º 0.26% 0.44% -
HSV(B) 325.86º 0.41% 0.56% -
XYZ 17.54 13.38 18.49 -
YUV 105.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 142 84 117 0 0.41 0.18 0.44 325.86 0.26 0.44
Hex 8E 54 75 0 29 12 2C 146 1A 2C
Octal 216 124 165 0 51 22 54 506 32 54
Binary 10001110 1010100 1110101 0 101001 10010 101100 101000110 11010 101100

Color Harmonies of #8E5475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5475

Black with #8E5475

Text Example


Text Example

White with #8E5475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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