Html Css Color HEX #9D657D Strikemaster

📋 copy color: '#9D657D'

red 157 ◦ green 101 ◦ blue 125

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

Shades of Strikemaster #9D657D

Tints of Strikemaster #9D657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.37%

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 40.99%
G = 26.37%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9D657D (or 0x9D657D) is known color: Strikemaster. HEX triplet: 9D, 65 and 7D. RGB value is (157,101,125). Sum of RGB (Red+Green+Blue) = 157+101+125=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D657D is #629A82. Grayscale: #787878. Windows color (decimal): -6462083 or 8218013. OLE color: 8218013.

HSL color Cylindrical-coordinate representation of color #9D657D: hue angle of 334.29º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D657D is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 101 125 -
CMYK 0 0.36 0.20 0.38
HSL 334.29º 0.22% 0.51% -
HSV(B) 334.29º 0.36% 0.62% -
XYZ 22.26 17.96 21.69 -
YUV 120.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 157 101 125 0 0.36 0.20 0.38 334.29 0.22 0.51
Hex 9D 65 7D 0 24 14 26 14E 16 33
Octal 235 145 175 0 44 24 46 516 26 63
Binary 10011101 1100101 1111101 0 100100 10100 100110 101001110 10110 110011

Color Harmonies of #9D657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D657D

Black with #9D657D

Text Example


Text Example

White with #9D657D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,101,125); }

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

background-color css

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

 a { background-color: rgb(157,101,125); }

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

border-color css

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

 span { border-color: rgb(157,101,125); }

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