#9A6285

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

Shades of Strikemaster #9A6285

Tints of Strikemaster #9A6285

Color information

#9A6285 (or 0x9A6285) is unknown color: approx Strikemaster. HEX triplet: 9A, 62 and 85. RGB value is (154,98,133). Sum of RGB (Red+Green+Blue) = 154+98+133=385 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6285 is #659D7A. Grayscale: #767676. Windows color (decimal): -6659451 or 8741530. OLE color: 8741530.

HSL color Cylindrical-coordinate representation of color #9A6285: hue angle of 322.5º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A6285 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB15498133-
CMYK00.360.140.40
HSL322.5º22.22%49.41%-
HSV(B)322.5º36.36%60.39%-
XYZ21.9317.324.37-
YUV118.73136.05153.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40%
GREEN value IS 98 (38.67% from 255) = 25.45%
BLUE value IS 133 (52.34% from 255) = 34.55%
R=40%
G=25.45%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1549813300.360.140.40322.522.2249.41
Hex9A6285024E281421631
Octal23214220504416505022661
Binary100110101100010100001010100100111010100010100001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,98,133); }

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

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

 a { background-color: rgb(154,98,133); }

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

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

 span { border-color: rgb(154,98,133); }

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