#9D608B

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

Shades of Strikemaster #9D608B

Tints of Strikemaster #9D608B

Color information

#9D608B (or 0x9D608B) is unknown color: approx Strikemaster. HEX triplet: 9D, 60 and 8B. RGB value is (157,96,139). Sum of RGB (Red+Green+Blue) = 157+96+139=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 157 - color contains mainly: red. Hex color #9D608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D608B is #629F74. Grayscale: #777777. Windows color (decimal): -6463349 or 9134237. OLE color: 9134237.

HSL color Cylindrical-coordinate representation of color #9D608B: hue angle of 317.7º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D608B is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB15796139-
CMYK00.390.110.38
HSL317.7º24.11%49.61%-
HSV(B)317.7º38.85%61.57%-
XYZ22.7517.426.59-
YUV119.14139.21155-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.05%
GREEN value IS 96 (37.89% from 255) = 24.49%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=40.05%
G=24.49%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579613900.390.110.38317.724.1149.61
Hex9D608B027B2613e1832
Octal23514021304713464763062
Binary100111011100000100010110100111101110011010011111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,96,139); }

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

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

 a { background-color: rgb(157,96,139); }

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

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

 span { border-color: rgb(157,96,139); }

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