Html Css Color HEX #8D6B81 Strikemaster

📋 copy color: '#8D6B81'

red 141 ◦ green 107 ◦ blue 129

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

Shades of Strikemaster #8D6B81

Tints of Strikemaster #8D6B81

RGB

 RED value IS 141 (55.47% from 255) = 37.4%

 GREEN value IS 107 (42.19% from 255) = 28.38%

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

R = 37.4%
G = 28.38%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8D6B81 (or 0x8D6B81) is known color: Strikemaster. HEX triplet: 8D, 6B and 81. RGB value is (141,107,129). Sum of RGB (Red+Green+Blue) = 141+107+129=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6B81 is #72947E. Grayscale: #777777. Windows color (decimal): -7509119 or 8481677. OLE color: 8481677.

HSL color Cylindrical-coordinate representation of color #8D6B81: hue angle of 321.18º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8D6B81 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 107 129 -
CMYK 0 0.24 0.09 0.45
HSL 321.18º 0.14% 0.49% -
HSV(B) 321.18º 0.24% 0.55% -
XYZ 20.2 17.76 23.13 -
YUV 119.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 141 107 129 0 0.24 0.09 0.45 321.18 0.14 0.49
Hex 8D 6B 81 0 18 9 2D 141 E 31
Octal 215 153 201 0 30 11 55 501 16 61
Binary 10001101 1101011 10000001 0 11000 1001 101101 101000001 1110 110001

Color Harmonies of #8D6B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6B81

Black with #8D6B81

Text Example


Text Example

White with #8D6B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,107,129); }

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

background-color css

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

 a { background-color: rgb(141,107,129); }

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

border-color css

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

 span { border-color: rgb(141,107,129); }

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