Html Css Color HEX #9D5087 Strikemaster

📋 copy color: '#9D5087'

red 157 ◦ green 80 ◦ blue 135

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

Shades of Strikemaster #9D5087

Tints of Strikemaster #9D5087

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.51%

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

R = 42.2%
G = 21.51%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9D5087 (or 0x9D5087) is known color: Strikemaster. HEX triplet: 9D, 50 and 87. RGB value is (157,80,135). Sum of RGB (Red+Green+Blue) = 157+80+135=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5087 is #62AF78. Grayscale: #6D6D6D. Windows color (decimal): -6467449 or 8867997. OLE color: 8867997.

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

Color convert

RGB 157 80 135 -
CMYK 0 0.49 0.14 0.38
HSL 317.14º 0.32% 0.46% -
HSV(B) 317.14º 0.49% 0.62% -
XYZ 21.15 14.65 24.64 -
YUV 109.29 142.51 162.03 -
System Red Green Blue C M Y K H S L
Decimal 157 80 135 0 0.49 0.14 0.38 317.14 0.32 0.46
Hex 9D 50 87 0 31 E 26 13D 20 2E
Octal 235 120 207 0 61 16 46 475 40 56
Binary 10011101 1010000 10000111 0 110001 1110 100110 100111101 100000 101110

Color Harmonies of #9D5087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5087

Black with #9D5087

Text Example


Text Example

White with #9D5087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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