#9A648B

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

Shades of Strikemaster #9A648B

Tints of Strikemaster #9A648B

Color information

#9A648B (or 0x9A648B) is unknown color: approx Strikemaster. HEX triplet: 9A, 64 and 8B. RGB value is (154,100,139). Sum of RGB (Red+Green+Blue) = 154+100+139=393 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.19% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 154 - color contains mainly: red. Hex color #9A648B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A648B is #659B74. Grayscale: #787878. Windows color (decimal): -6658933 or 9135258. OLE color: 9135258.

HSL color Cylindrical-coordinate representation of color #9A648B: hue angle of 316.67º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A648B is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB154100139-
CMYK00.350.100.40
HSL316.67º21.26%49.8%-
HSV(B)316.67º35.06%60.39%-
XYZ22.5417.8526.68-
YUV120.59138.39151.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.19%
GREEN value IS 100 (39.45% from 255) = 25.45%
BLUE value IS 139 (54.69% from 255) = 35.37%
R=39.19%
G=25.45%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15410013900.350.100.40316.6721.2649.8
Hex9A648B023A2813d1532
Octal23214421304312504752562
Binary100110101100100100010110100011101010100010011110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,100,139); }

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

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

 a { background-color: rgb(154,100,139); }

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

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

 span { border-color: rgb(154,100,139); }

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