Html Css Color HEX #8E6F81 Strikemaster

📋 copy color: '#8E6F81'

red 142 ◦ green 111 ◦ blue 129

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

Shades of Strikemaster #8E6F81

Tints of Strikemaster #8E6F81

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.06%

 BLUE value IS 129 (50.78% from 255) = 33.77%

R = 37.17%
G = 29.06%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#8E6F81 (or 0x8E6F81) is known color: Strikemaster. HEX triplet: 8E, 6F and 81. RGB value is (142,111,129). Sum of RGB (Red+Green+Blue) = 142+111+129=382 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.17% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6F81 is #71907E. Grayscale: #7A7A7A. Windows color (decimal): -7442559 or 8482702. OLE color: 8482702.

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

Color convert

RGB 142 111 129 -
CMYK 0 0.22 0.09 0.44
HSL 325.16º 0.12% 0.5% -
HSV(B) 325.16º 0.22% 0.56% -
XYZ 20.8 18.7 23.28 -
YUV 122.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 142 111 129 0 0.22 0.09 0.44 325.16 0.12 0.5
Hex 8E 6F 81 0 16 9 2C 145 C 32
Octal 216 157 201 0 26 11 54 505 14 62
Binary 10001110 1101111 10000001 0 10110 1001 101100 101000101 1100 110010

Color Harmonies of #8E6F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6F81

Black with #8E6F81

Text Example


Text Example

White with #8E6F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,111,129); }

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

background-color css

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

 a { background-color: rgb(142,111,129); }

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

border-color css

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

 span { border-color: rgb(142,111,129); }

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