Html Css Color HEX #9D5584 Strikemaster

📋 copy color: '#9D5584'

red 157 ◦ green 85 ◦ blue 132

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

Shades of Strikemaster #9D5584

Tints of Strikemaster #9D5584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.29%

R = 41.98%
G = 22.73%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9D5584 (or 0x9D5584) is known color: Strikemaster. HEX triplet: 9D, 55 and 84. RGB value is (157,85,132). Sum of RGB (Red+Green+Blue) = 157+85+132=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5584 is #62AA7B. Grayscale: #6F6F6F. Windows color (decimal): -6466172 or 8672669. OLE color: 8672669.

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

Color convert

RGB 157 85 132 -
CMYK 0 0.46 0.16 0.38
HSL 320.83º 0.3% 0.47% -
HSV(B) 320.83º 0.46% 0.62% -
XYZ 21.32 15.33 23.67 -
YUV 111.89 139.35 160.18 -
System Red Green Blue C M Y K H S L
Decimal 157 85 132 0 0.46 0.16 0.38 320.83 0.3 0.47
Hex 9D 55 84 0 2E 10 26 141 1E 2F
Octal 235 125 204 0 56 20 46 501 36 57
Binary 10011101 1010101 10000100 0 101110 10000 100110 101000001 11110 101111

Color Harmonies of #9D5584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5584

Black with #9D5584

Text Example


Text Example

White with #9D5584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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