Html Css Color HEX #9D5587 Strikemaster

📋 copy color: '#9D5587'

red 157 ◦ green 85 ◦ blue 135

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

Shades of Strikemaster #9D5587

Tints of Strikemaster #9D5587

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.55%

 BLUE value IS 135 (53.13% from 255) = 35.81%

R = 41.64%
G = 22.55%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9D5587 (or 0x9D5587) is known color: Strikemaster. HEX triplet: 9D, 55 and 87. RGB value is (157,85,135). Sum of RGB (Red+Green+Blue) = 157+85+135=377 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.64% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5587 is #62AA78. Grayscale: #707070. Windows color (decimal): -6466169 or 8869277. OLE color: 8869277.

HSL color Cylindrical-coordinate representation of color #9D5587: hue angle of 318.33º 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 #9D5587 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 85 135 -
CMYK 0 0.46 0.14 0.38
HSL 318.33º 0.3% 0.47% -
HSV(B) 318.33º 0.46% 0.62% -
XYZ 21.53 15.41 24.76 -
YUV 112.23 140.85 159.93 -
System Red Green Blue C M Y K H S L
Decimal 157 85 135 0 0.46 0.14 0.38 318.33 0.3 0.47
Hex 9D 55 87 0 2E E 26 13E 1E 2F
Octal 235 125 207 0 56 16 46 476 36 57
Binary 10011101 1010101 10000111 0 101110 1110 100110 100111110 11110 101111

Color Harmonies of #9D5587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5587

Black with #9D5587

Text Example


Text Example

White with #9D5587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,85,135); }

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

background-color css

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

 a { background-color: rgb(157,85,135); }

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

border-color css

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

 span { border-color: rgb(157,85,135); }

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