Html Css Color HEX #9D5A79 Strikemaster

📋 copy color: '#9D5A79'

red 157 ◦ green 90 ◦ blue 121

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

Shades of Strikemaster #9D5A79

Tints of Strikemaster #9D5A79

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.46%

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

R = 42.66%
G = 24.46%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9D5A79 (or 0x9D5A79) is known color: Strikemaster. HEX triplet: 9D, 5A and 79. RGB value is (157,90,121). Sum of RGB (Red+Green+Blue) = 157+90+121=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5A79 is #62A586. Grayscale: #717171. Windows color (decimal): -6464903 or 7953053. OLE color: 7953053.

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

Color convert

RGB 157 90 121 -
CMYK 0 0.43 0.23 0.38
HSL 332.24º 0.27% 0.48% -
HSV(B) 332.24º 0.43% 0.62% -
XYZ 21.01 15.86 20.04 -
YUV 113.57 132.2 158.98 -
System Red Green Blue C M Y K H S L
Decimal 157 90 121 0 0.43 0.23 0.38 332.24 0.27 0.48
Hex 9D 5A 79 0 2B 17 26 14C 1B 30
Octal 235 132 171 0 53 27 46 514 33 60
Binary 10011101 1011010 1111001 0 101011 10111 100110 101001100 11011 110000

Color Harmonies of #9D5A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5A79

Black with #9D5A79

Text Example


Text Example

White with #9D5A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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