#9D6B8A

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

Shades of Strikemaster #9D6B8A

Tints of Strikemaster #9D6B8A

Color information

#9D6B8A (or 0x9D6B8A) is unknown color: approx Strikemaster. HEX triplet: 9D, 6B and 8A. RGB value is (157,107,138). Sum of RGB (Red+Green+Blue) = 157+107+138=402 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.05% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6B8A is #629475. Grayscale: #7D7D7D. Windows color (decimal): -6460534 or 9071517. OLE color: 9071517.

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

Color convert

RGB157107138-
CMYK00.320.120.38
HSL322.8º20.33%51.76%-
HSV(B)322.8º31.85%61.57%-
XYZ23.7519.5226.56-
YUV125.48135.06150.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.05%
GREEN value IS 107 (42.19% from 255) = 26.62%
BLUE value IS 138 (54.30% from 255) = 34.33%
R=39.05%
G=26.62%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710713800.320.120.38322.820.3351.76
Hex9D6B8A020C261431434
Octal23515321204014465032464
Binary100111011101011100010100100000110010011010100001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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