Html Css Color HEX #8D6B7B Strikemaster

📋 copy color: '#8D6B7B'

red 141 ◦ green 107 ◦ blue 123

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

Shades of Strikemaster #8D6B7B

Tints of Strikemaster #8D6B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.15%

R = 38.01%
G = 28.84%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8D6B7B (or 0x8D6B7B) is known color: Strikemaster. HEX triplet: 8D, 6B and 7B. RGB value is (141,107,123). Sum of RGB (Red+Green+Blue) = 141+107+123=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6B7B is #729484. Grayscale: #767676. Windows color (decimal): -7509125 or 8088461. OLE color: 8088461.

HSL color Cylindrical-coordinate representation of color #8D6B7B: hue angle of 331.76º 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 #8D6B7B is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 107 123 -
CMYK 0 0.24 0.13 0.45
HSL 331.76º 0.14% 0.49% -
HSV(B) 331.76º 0.24% 0.55% -
XYZ 19.82 17.61 21.09 -
YUV 118.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 141 107 123 0 0.24 0.13 0.45 331.76 0.14 0.49
Hex 8D 6B 7B 0 18 D 2D 14C E 31
Octal 215 153 173 0 30 15 55 514 16 61
Binary 10001101 1101011 1111011 0 11000 1101 101101 101001100 1110 110001

Color Harmonies of #8D6B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6B7B

Black with #8D6B7B

Text Example


Text Example

White with #8D6B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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