Html Css Color HEX #9D6079 Strikemaster

📋 copy color: '#9D6079'

red 157 ◦ green 96 ◦ blue 121

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

Shades of Strikemaster #9D6079

Tints of Strikemaster #9D6079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.67%

 BLUE value IS 121 (47.66% from 255) = 32.35%

R = 41.98%
G = 25.67%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9D6079 (or 0x9D6079) is known color: Strikemaster. HEX triplet: 9D, 60 and 79. RGB value is (157,96,121). Sum of RGB (Red+Green+Blue) = 157+96+121=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6079 is #629F86. Grayscale: #757575. Windows color (decimal): -6463367 or 7954589. OLE color: 7954589.

HSL color Cylindrical-coordinate representation of color #9D6079: hue angle of 335.41º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D6079 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 96 121 -
CMYK 0 0.39 0.23 0.38
HSL 335.41º 0.24% 0.5% -
HSV(B) 335.41º 0.39% 0.62% -
XYZ 21.54 16.91 20.22 -
YUV 117.09 130.21 156.47 -
System Red Green Blue C M Y K H S L
Decimal 157 96 121 0 0.39 0.23 0.38 335.41 0.24 0.5
Hex 9D 60 79 0 27 17 26 14F 18 32
Octal 235 140 171 0 47 27 46 517 30 62
Binary 10011101 1100000 1111001 0 100111 10111 100110 101001111 11000 110010

Color Harmonies of #9D6079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6079

Black with #9D6079

Text Example


Text Example

White with #9D6079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,96,121); }

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

background-color css

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

 a { background-color: rgb(157,96,121); }

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

border-color css

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

 span { border-color: rgb(157,96,121); }

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