Html Css Color HEX #9D6B7C Strikemaster

📋 copy color: '#9D6B7C'

red 157 ◦ green 107 ◦ blue 124

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

Shades of Strikemaster #9D6B7C

Tints of Strikemaster #9D6B7C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.58%

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

R = 40.46%
G = 27.58%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9D6B7C (or 0x9D6B7C) is known color: Strikemaster. HEX triplet: 9D, 6B and 7C. RGB value is (157,107,124). Sum of RGB (Red+Green+Blue) = 157+107+124=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6B7C is #629483. Grayscale: #7B7B7B. Windows color (decimal): -6460548 or 8154013. OLE color: 8154013.

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

Color convert

RGB 157 107 124 -
CMYK 0 0.32 0.21 0.38
HSL 339.6º 0.2% 0.52% -
HSV(B) 339.6º 0.32% 0.62% -
XYZ 22.8 19.14 21.56 -
YUV 123.89 128.07 151.62 -
System Red Green Blue C M Y K H S L
Decimal 157 107 124 0 0.32 0.21 0.38 339.6 0.2 0.52
Hex 9D 6B 7C 0 20 15 26 154 14 34
Octal 235 153 174 0 40 25 46 524 24 64
Binary 10011101 1101011 1111100 0 100000 10101 100110 101010100 10100 110100

Color Harmonies of #9D6B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6B7C

Black with #9D6B7C

Text Example


Text Example

White with #9D6B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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