Html Css Color HEX #9D6980 Strikemaster

📋 copy color: '#9D6980'

red 157 ◦ green 105 ◦ blue 128

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

Shades of Strikemaster #9D6980

Tints of Strikemaster #9D6980

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.92%

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

R = 40.26%
G = 26.92%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9D6980 (or 0x9D6980) is known color: Strikemaster. HEX triplet: 9D, 69 and 80. RGB value is (157,105,128). Sum of RGB (Red+Green+Blue) = 157+105+128=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6980 is #62967F. Grayscale: #7B7B7B. Windows color (decimal): -6461056 or 8415645. OLE color: 8415645.

HSL color Cylindrical-coordinate representation of color #9D6980: hue angle of 333.46º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D6980 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 105 128 -
CMYK 0 0.33 0.18 0.38
HSL 333.46º 0.21% 0.51% -
HSV(B) 333.46º 0.33% 0.62% -
XYZ 22.85 18.83 22.85 -
YUV 123.17 130.73 152.13 -
System Red Green Blue C M Y K H S L
Decimal 157 105 128 0 0.33 0.18 0.38 333.46 0.21 0.51
Hex 9D 69 80 0 21 12 26 14D 15 33
Octal 235 151 200 0 41 22 46 515 25 63
Binary 10011101 1101001 10000000 0 100001 10010 100110 101001101 10101 110011

Color Harmonies of #9D6980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6980

Black with #9D6980

Text Example


Text Example

White with #9D6980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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