Html Css Color HEX #9D5189 Strikemaster

📋 copy color: '#9D5189'

red 157 ◦ green 81 ◦ blue 137

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

Shades of Strikemaster #9D5189

Tints of Strikemaster #9D5189

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.6%

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

R = 41.87%
G = 21.6%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9D5189 (or 0x9D5189) is known color: Strikemaster. HEX triplet: 9D, 51 and 89. RGB value is (157,81,137). Sum of RGB (Red+Green+Blue) = 157+81+137=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5189 is #62AE76. Grayscale: #6D6D6D. Windows color (decimal): -6467191 or 8999325. OLE color: 8999325.

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

Color convert

RGB 157 81 137 -
CMYK 0 0.48 0.13 0.38
HSL 315.79º 0.32% 0.47% -
HSV(B) 315.79º 0.48% 0.62% -
XYZ 21.36 14.86 25.41 -
YUV 110.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 157 81 137 0 0.48 0.13 0.38 315.79 0.32 0.47
Hex 9D 51 89 0 30 D 26 13C 20 2F
Octal 235 121 211 0 60 15 46 474 40 57
Binary 10011101 1010001 10001001 0 110000 1101 100110 100111100 100000 101111

Color Harmonies of #9D5189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5189

Black with #9D5189

Text Example


Text Example

White with #9D5189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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