Html Css Color HEX #9D6C7E Strikemaster

📋 copy color: '#9D6C7E'

red 157 ◦ green 108 ◦ blue 126

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

Shades of Strikemaster #9D6C7E

Tints of Strikemaster #9D6C7E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.62%

 BLUE value IS 126 (49.61% from 255) = 32.23%

R = 40.15%
G = 27.62%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9D6C7E (or 0x9D6C7E) is known color: Strikemaster. HEX triplet: 9D, 6C and 7E. RGB value is (157,108,126). Sum of RGB (Red+Green+Blue) = 157+108+126=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6C7E is #629381. Grayscale: #7C7C7C. Windows color (decimal): -6460290 or 8285341. OLE color: 8285341.

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

Color convert

RGB 157 108 126 -
CMYK 0 0.31 0.20 0.38
HSL 337.96º 0.2% 0.52% -
HSV(B) 337.96º 0.31% 0.62% -
XYZ 23.03 19.4 22.27 -
YUV 124.7 128.73 151.04 -
System Red Green Blue C M Y K H S L
Decimal 157 108 126 0 0.31 0.20 0.38 337.96 0.2 0.52
Hex 9D 6C 7E 0 1F 14 26 152 14 34
Octal 235 154 176 0 37 24 46 522 24 64
Binary 10011101 1101100 1111110 0 11111 10100 100110 101010010 10100 110100

Color Harmonies of #9D6C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6C7E

Black with #9D6C7E

Text Example


Text Example

White with #9D6C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,108,126); }

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

background-color css

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

 a { background-color: rgb(157,108,126); }

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

border-color css

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

 span { border-color: rgb(157,108,126); }

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