#9D668A

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

Shades of Strikemaster #9D668A

Tints of Strikemaster #9D668A

Color information

#9D668A (or 0x9D668A) is unknown color: approx Strikemaster. HEX triplet: 9D, 66 and 8A. RGB value is (157,102,138). Sum of RGB (Red+Green+Blue) = 157+102+138=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 157 - color contains mainly: red. Hex color #9D668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D668A is #629975. Grayscale: #7A7A7A. Windows color (decimal): -6461814 or 9070237. OLE color: 9070237.

HSL color Cylindrical-coordinate representation of color #9D668A: hue angle of 320.73º 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 #9D668A is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB157102138-
CMYK00.350.120.38
HSL320.73º21.91%50.78%-
HSV(B)320.73º35.03%61.57%-
XYZ23.2418.5126.39-
YUV122.55136.72152.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.55%
GREEN value IS 102 (40.23% from 255) = 25.69%
BLUE value IS 138 (54.30% from 255) = 34.76%
R=39.55%
G=25.69%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710213800.350.120.38320.7321.9150.78
Hex9D668A023C261411633
Octal23514621204314465012663
Binary100111011100110100010100100011110010011010100000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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