#9D4F7B

Color #9D4F7B Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #9D4F7B

Tints of Strikemaster #9D4F7B

Color information

#9D4F7B (or 0x9D4F7B) is unknown color: approx Strikemaster. HEX triplet: 9D, 4F and 7B. RGB value is (157,79,123). Sum of RGB (Red+Green+Blue) = 157+79+123=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4F7B is #62B084. Grayscale: #6B6B6B. Windows color (decimal): -6467717 or 8081309. OLE color: 8081309.

HSL color Cylindrical-coordinate representation of color #9D4F7B: hue angle of 326.15º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D4F7B is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB15779123-
CMYK00.500.220.38
HSL326.15º33.05%46.27%-
HSV(B)326.15º49.68%61.57%-
XYZ20.2814.1920.41-
YUV107.34136.84163.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.73%
GREEN value IS 79 (31.25% from 255) = 22.01%
BLUE value IS 123 (48.44% from 255) = 34.26%
R=43.73%
G=22.01%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577912300.500.220.38326.1533.0546.27
Hex9D4F7B0321626146212e
Octal23511717306226465064156
Binary1001110110011111111011011001010110100110101000110100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,79,123); }

 H1.HeaderClassName
 {
   color: #9D4F7B;
 }
 .AnyTagClassName
 {
   color: #9D4F7B;
 }
</style>
background-color css

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

 a { background-color: rgb(157,79,123); }

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

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

 span { border-color: rgb(157,79,123); }

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