Html Css Color HEX #8E5E7A Strikemaster

📋 copy color: '#8E5E7A'

red 142 ◦ green 94 ◦ blue 122

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

Shades of Strikemaster #8E5E7A

Tints of Strikemaster #8E5E7A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.26%

 BLUE value IS 122 (48.05% from 255) = 34.08%

R = 39.66%
G = 26.26%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8E5E7A (or 0x8E5E7A) is known color: Strikemaster. HEX triplet: 8E, 5E and 7A. RGB value is (142,94,122). Sum of RGB (Red+Green+Blue) = 142+94+122=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5E7A is #71A185. Grayscale: #6F6F6F. Windows color (decimal): -7446918 or 8019598. OLE color: 8019598.

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

Color convert

RGB 142 94 122 -
CMYK 0 0.34 0.14 0.44
HSL 325º 0.2% 0.46% -
HSV(B) 325º 0.34% 0.56% -
XYZ 18.67 15.16 20.35 -
YUV 111.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 142 94 122 0 0.34 0.14 0.44 325 0.2 0.46
Hex 8E 5E 7A 0 22 E 2C 145 14 2E
Octal 216 136 172 0 42 16 54 505 24 56
Binary 10001110 1011110 1111010 0 100010 1110 101100 101000101 10100 101110

Color Harmonies of #8E5E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5E7A

Black with #8E5E7A

Text Example


Text Example

White with #8E5E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,94,122); }

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

background-color css

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

 a { background-color: rgb(142,94,122); }

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

border-color css

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

 span { border-color: rgb(142,94,122); }

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