Html Css Color HEX #9D5E7C Strikemaster

📋 copy color: '#9D5E7C'

red 157 ◦ green 94 ◦ blue 124

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

Shades of Strikemaster #9D5E7C

Tints of Strikemaster #9D5E7C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.07%

 BLUE value IS 124 (48.83% from 255) = 33.07%

R = 41.87%
G = 25.07%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9D5E7C (or 0x9D5E7C) is known color: Strikemaster. HEX triplet: 9D, 5E and 7C. RGB value is (157,94,124). Sum of RGB (Red+Green+Blue) = 157+94+124=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5E7C is #62A183. Grayscale: #747474. Windows color (decimal): -6463876 or 8150685. OLE color: 8150685.

HSL color Cylindrical-coordinate representation of color #9D5E7C: hue angle of 331.43º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D5E7C is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 94 124 -
CMYK 0 0.40 0.21 0.38
HSL 331.43º 0.25% 0.49% -
HSV(B) 331.43º 0.4% 0.62% -
XYZ 21.55 16.63 21.14 -
YUV 116.26 132.37 157.06 -
System Red Green Blue C M Y K H S L
Decimal 157 94 124 0 0.40 0.21 0.38 331.43 0.25 0.49
Hex 9D 5E 7C 0 28 15 26 14B 19 31
Octal 235 136 174 0 50 25 46 513 31 61
Binary 10011101 1011110 1111100 0 101000 10101 100110 101001011 11001 110001

Color Harmonies of #9D5E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5E7C

Black with #9D5E7C

Text Example


Text Example

White with #9D5E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,94,124); }

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

background-color css

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

 a { background-color: rgb(157,94,124); }

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

border-color css

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

 span { border-color: rgb(157,94,124); }

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