#9A5682

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

Shades of Strikemaster #9A5682

Tints of Strikemaster #9A5682

Color information

#9A5682 (or 0x9A5682) is unknown color: approx Strikemaster. HEX triplet: 9A, 56 and 82. RGB value is (154,86,130). Sum of RGB (Red+Green+Blue) = 154+86+130=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5682 is #65A97D. Grayscale: #6F6F6F. Windows color (decimal): -6662526 or 8541850. OLE color: 8541850.

HSL color Cylindrical-coordinate representation of color #9A5682: hue angle of 321.18º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A5682 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB15486130-
CMYK00.440.160.40
HSL321.18º28.33%47.06%-
HSV(B)321.18º44.16%60.39%-
XYZ20.6815.1422.95-
YUV111.35138.53158.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.62%
GREEN value IS 86 (33.98% from 255) = 23.24%
BLUE value IS 130 (51.17% from 255) = 35.14%
R=41.62%
G=23.24%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548613000.440.160.40321.1828.3347.06
Hex9A568202C10281411c2f
Octal23212620205420505013457
Binary1001101010101101000001001011001000010100010100000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,86,130); }

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

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

 a { background-color: rgb(154,86,130); }

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

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

 span { border-color: rgb(154,86,130); }

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