Html Css Color HEX #9D6E80 Strikemaster

📋 copy color: '#9D6E80'

red 157 ◦ green 110 ◦ blue 128

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

Shades of Strikemaster #9D6E80

Tints of Strikemaster #9D6E80

RGB

 RED value IS 157 (61.72% from 255) = 39.75%

 GREEN value IS 110 (43.36% from 255) = 27.85%

 BLUE value IS 128 (50.39% from 255) = 32.41%

R = 39.75%
G = 27.85%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9D6E80 (or 0x9D6E80) is known color: Strikemaster. HEX triplet: 9D, 6E and 80. RGB value is (157,110,128). Sum of RGB (Red+Green+Blue) = 157+110+128=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6E80 is #62917F. Grayscale: #7E7E7E. Windows color (decimal): -6459776 or 8416925. OLE color: 8416925.

HSL color Cylindrical-coordinate representation of color #9D6E80: hue angle of 337.02º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D6E80 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 110 128 -
CMYK 0 0.30 0.18 0.38
HSL 337.02º 0.19% 0.52% -
HSV(B) 337.02º 0.3% 0.62% -
XYZ 23.38 19.88 23.03 -
YUV 126.11 129.07 150.04 -
System Red Green Blue C M Y K H S L
Decimal 157 110 128 0 0.30 0.18 0.38 337.02 0.19 0.52
Hex 9D 6E 80 0 1E 12 26 151 13 34
Octal 235 156 200 0 36 22 46 521 23 64
Binary 10011101 1101110 10000000 0 11110 10010 100110 101010001 10011 110100

Color Harmonies of #9D6E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6E80

Black with #9D6E80

Text Example


Text Example

White with #9D6E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D6E80; }

 p { color: rgb(157,110,128); }

 H1.HeaderClassName
 {
   color: #9D6E80;
 }
 .AnyTagClassName
 {
   color: #9D6E80;
 }
</style>

background-color css

<style>
 a { background-color: #9D6E80; }

 a { background-color: rgb(157,110,128); }

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

border-color css

<style>
 span { border-color: #9D6E80; }

 span { border-color: rgb(157,110,128); }

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