Html Css Color HEX #9D5989 Strikemaster

📋 copy color: '#9D5989'

red 157 ◦ green 89 ◦ blue 137

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

Shades of Strikemaster #9D5989

Tints of Strikemaster #9D5989

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.24%

 BLUE value IS 137 (53.91% from 255) = 35.77%

R = 40.99%
G = 23.24%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9D5989 (or 0x9D5989) is known color: Strikemaster. HEX triplet: 9D, 59 and 89. RGB value is (157,89,137). Sum of RGB (Red+Green+Blue) = 157+89+137=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5989 is #62A676. Grayscale: #727272. Windows color (decimal): -6465143 or 9001373. OLE color: 9001373.

HSL color Cylindrical-coordinate representation of color #9D5989: hue angle of 317.65º degrees, saturation: 0.28, 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 #9D5989 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 89 137 -
CMYK 0 0.43 0.13 0.38
HSL 317.65º 0.28% 0.48% -
HSV(B) 317.65º 0.43% 0.62% -
XYZ 21.99 16.12 25.62 -
YUV 114.8 140.53 158.1 -
System Red Green Blue C M Y K H S L
Decimal 157 89 137 0 0.43 0.13 0.38 317.65 0.28 0.48
Hex 9D 59 89 0 2B D 26 13E 1C 30
Octal 235 131 211 0 53 15 46 476 34 60
Binary 10011101 1011001 10001001 0 101011 1101 100110 100111110 11100 110000

Color Harmonies of #9D5989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5989

Black with #9D5989

Text Example


Text Example

White with #9D5989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,89,137); }

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

background-color css

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

 a { background-color: rgb(157,89,137); }

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

border-color css

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

 span { border-color: rgb(157,89,137); }

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