Html Css Color HEX #9D5489 Strikemaster

📋 copy color: '#9D5489'

red 157 ◦ green 84 ◦ blue 137

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

Shades of Strikemaster #9D5489

Tints of Strikemaster #9D5489

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.22%

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

R = 41.53%
G = 22.22%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9D5489 (or 0x9D5489) is known color: Strikemaster. HEX triplet: 9D, 54 and 89. RGB value is (157,84,137). Sum of RGB (Red+Green+Blue) = 157+84+137=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5489 is #62AB76. Grayscale: #6F6F6F. Windows color (decimal): -6466423 or 9000093. OLE color: 9000093.

HSL color Cylindrical-coordinate representation of color #9D5489: hue angle of 316.44º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D5489 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 84 137 -
CMYK 0 0.46 0.13 0.38
HSL 316.44º 0.3% 0.47% -
HSV(B) 316.44º 0.46% 0.62% -
XYZ 21.59 15.31 25.49 -
YUV 111.87 142.18 160.19 -
System Red Green Blue C M Y K H S L
Decimal 157 84 137 0 0.46 0.13 0.38 316.44 0.3 0.47
Hex 9D 54 89 0 2E D 26 13C 1E 2F
Octal 235 124 211 0 56 15 46 474 36 57
Binary 10011101 1010100 10001001 0 101110 1101 100110 100111100 11110 101111

Color Harmonies of #9D5489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5489

Black with #9D5489

Text Example


Text Example

White with #9D5489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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