Html Css Color HEX #8D6A7E Strikemaster

📋 copy color: '#8D6A7E'

red 141 ◦ green 106 ◦ blue 126

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

Shades of Strikemaster #8D6A7E

Tints of Strikemaster #8D6A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.78%

R = 37.8%
G = 28.42%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8D6A7E (or 0x8D6A7E) is known color: Strikemaster. HEX triplet: 8D, 6A and 7E. RGB value is (141,106,126). Sum of RGB (Red+Green+Blue) = 141+106+126=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6A7E is #729581. Grayscale: #767676. Windows color (decimal): -7509378 or 8284813. OLE color: 8284813.

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

Color convert

RGB 141 106 126 -
CMYK 0 0.25 0.11 0.45
HSL 325.71º 0.14% 0.48% -
HSV(B) 325.71º 0.25% 0.55% -
XYZ 19.9 17.48 22.06 -
YUV 118.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 141 106 126 0 0.25 0.11 0.45 325.71 0.14 0.48
Hex 8D 6A 7E 0 19 B 2D 146 E 30
Octal 215 152 176 0 31 13 55 506 16 60
Binary 10001101 1101010 1111110 0 11001 1011 101101 101000110 1110 110000

Color Harmonies of #8D6A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6A7E

Black with #8D6A7E

Text Example


Text Example

White with #8D6A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,106,126); }

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

background-color css

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

 a { background-color: rgb(141,106,126); }

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

border-color css

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

 span { border-color: rgb(141,106,126); }

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