Html Css Color HEX #9D5D89 Strikemaster

📋 copy color: '#9D5D89'

red 157 ◦ green 93 ◦ blue 137

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

Shades of Strikemaster #9D5D89

Tints of Strikemaster #9D5D89

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.03%

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

R = 40.57%
G = 24.03%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9D5D89 (or 0x9D5D89) is known color: Strikemaster. HEX triplet: 9D, 5D and 89. RGB value is (157,93,137). Sum of RGB (Red+Green+Blue) = 157+93+137=387 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.57% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5D89 is #62A276. Grayscale: #757575. Windows color (decimal): -6464119 or 9002397. OLE color: 9002397.

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

Color convert

RGB 157 93 137 -
CMYK 0 0.41 0.13 0.38
HSL 318.75º 0.26% 0.49% -
HSV(B) 318.75º 0.41% 0.62% -
XYZ 22.33 16.8 25.73 -
YUV 117.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 157 93 137 0 0.41 0.13 0.38 318.75 0.26 0.49
Hex 9D 5D 89 0 29 D 26 13F 1A 31
Octal 235 135 211 0 51 15 46 477 32 61
Binary 10011101 1011101 10001001 0 101001 1101 100110 100111111 11010 110001

Color Harmonies of #9D5D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5D89

Black with #9D5D89

Text Example


Text Example

White with #9D5D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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