Html Css Color HEX #8E6A81 Strikemaster

📋 copy color: '#8E6A81'

red 142 ◦ green 106 ◦ blue 129

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

Shades of Strikemaster #8E6A81

Tints of Strikemaster #8E6A81

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.12%

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

R = 37.67%
G = 28.12%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#8E6A81 (or 0x8E6A81) is known color: Strikemaster. HEX triplet: 8E, 6A and 81. RGB value is (142,106,129). Sum of RGB (Red+Green+Blue) = 142+106+129=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6A81 is #71957E. Grayscale: #777777. Windows color (decimal): -7443839 or 8481422. OLE color: 8481422.

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

Color convert

RGB 142 106 129 -
CMYK 0 0.25 0.09 0.44
HSL 321.67º 0.15% 0.49% -
HSV(B) 321.67º 0.25% 0.56% -
XYZ 20.27 17.64 23.11 -
YUV 119.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 142 106 129 0 0.25 0.09 0.44 321.67 0.15 0.49
Hex 8E 6A 81 0 19 9 2C 142 F 31
Octal 216 152 201 0 31 11 54 502 17 61
Binary 10001110 1101010 10000001 0 11001 1001 101100 101000010 1111 110001

Color Harmonies of #8E6A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6A81

Black with #8E6A81

Text Example


Text Example

White with #8E6A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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