Html Css Color HEX #9D7586 Strikemaster

📋 copy color: '#9D7586'

red 157 ◦ green 117 ◦ blue 134

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

Shades of Strikemaster #9D7586

Tints of Strikemaster #9D7586

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.68%

 BLUE value IS 134 (52.73% from 255) = 32.84%

R = 38.48%
G = 28.68%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9D7586 (or 0x9D7586) is known color: Strikemaster. HEX triplet: 9D, 75 and 86. RGB value is (157,117,134). Sum of RGB (Red+Green+Blue) = 157+117+134=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7586 is #628A79. Grayscale: #828282. Windows color (decimal): -6457978 or 8811933. OLE color: 8811933.

HSL color Cylindrical-coordinate representation of color #9D7586: hue angle of 334.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D7586 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 117 134 -
CMYK 0 0.25 0.15 0.38
HSL 334.5º 0.17% 0.54% -
HSV(B) 334.5º 0.25% 0.62% -
XYZ 24.57 21.61 25.43 -
YUV 130.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 157 117 134 0 0.25 0.15 0.38 334.5 0.17 0.54
Hex 9D 75 86 0 19 F 26 14E 11 36
Octal 235 165 206 0 31 17 46 516 21 66
Binary 10011101 1110101 10000110 0 11001 1111 100110 101001110 10001 110110

Color Harmonies of #9D7586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7586

Black with #9D7586

Text Example


Text Example

White with #9D7586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,117,134); }

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

background-color css

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

 a { background-color: rgb(157,117,134); }

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

border-color css

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

 span { border-color: rgb(157,117,134); }

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