#9D6085

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

Shades of Strikemaster #9D6085

Tints of Strikemaster #9D6085

Color information

#9D6085 (or 0x9D6085) is unknown color: approx Strikemaster. HEX triplet: 9D, 60 and 85. RGB value is (157,96,133). Sum of RGB (Red+Green+Blue) = 157+96+133=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6085 is #629F7A. Grayscale: #767676. Windows color (decimal): -6463355 or 8741021. OLE color: 8741021.

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

Color convert

RGB15796133-
CMYK00.390.150.38
HSL323.61º24.11%49.61%-
HSV(B)323.61º38.85%61.57%-
XYZ22.3217.2324.34-
YUV118.46136.21155.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.67%
GREEN value IS 96 (37.89% from 255) = 24.87%
BLUE value IS 133 (52.34% from 255) = 34.46%
R=40.67%
G=24.87%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579613300.390.150.38323.6124.1149.61
Hex9D6085027F261441832
Octal23514020504717465043062
Binary100111011100000100001010100111111110011010100010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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