#9D667C

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

Shades of Strikemaster #9D667C

Tints of Strikemaster #9D667C

Color information

#9D667C (or 0x9D667C) is unknown color: approx Strikemaster. HEX triplet: 9D, 66 and 7C. RGB value is (157,102,124). Sum of RGB (Red+Green+Blue) = 157+102+124=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D667C is #629983. Grayscale: #787878. Windows color (decimal): -6461828 or 8152733. OLE color: 8152733.

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

Color convert

RGB157102124-
CMYK00.350.210.38
HSL336º21.91%50.78%-
HSV(B)336º35.03%61.57%-
XYZ22.2918.1321.39-
YUV120.95129.72153.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.99%
GREEN value IS 102 (40.23% from 255) = 26.63%
BLUE value IS 124 (48.83% from 255) = 32.38%
R=40.99%
G=26.63%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710212400.350.210.3833621.9150.78
Hex9D667C02315261501633
Octal23514617404325465202663
Binary100111011100110111110001000111010110011010101000010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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