Html Css Color HEX #9D5487 Strikemaster

📋 copy color: '#9D5487'

red 157 ◦ green 84 ◦ blue 135

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

Shades of Strikemaster #9D5487

Tints of Strikemaster #9D5487

RGB

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

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

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

R = 41.76%
G = 22.34%
B = 35.9%

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

#9D5487 (or 0x9D5487) is known color: Strikemaster. HEX triplet: 9D, 54 and 87. RGB value is (157,84,135). Sum of RGB (Red+Green+Blue) = 157+84+135=376 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.76% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5487 is #62AB78. Grayscale: #6F6F6F. Windows color (decimal): -6466425 or 8869021. OLE color: 8869021.

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

Color convert

RGB 157 84 135 -
CMYK 0 0.46 0.14 0.38
HSL 318.08º 0.3% 0.47% -
HSV(B) 318.08º 0.46% 0.62% -
XYZ 21.45 15.26 24.74 -
YUV 111.64 141.18 160.35 -
System Red Green Blue C M Y K H S L
Decimal 157 84 135 0 0.46 0.14 0.38 318.08 0.3 0.47
Hex 9D 54 87 0 2E E 26 13E 1E 2F
Octal 235 124 207 0 56 16 46 476 36 57
Binary 10011101 1010100 10000111 0 101110 1110 100110 100111110 11110 101111

Color Harmonies of #9D5487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5487

Black with #9D5487

Text Example


Text Example

White with #9D5487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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