#9A617B

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

Shades of Strikemaster #9A617B

Tints of Strikemaster #9A617B

Color information

#9A617B (or 0x9A617B) is unknown color: approx Strikemaster. HEX triplet: 9A, 61 and 7B. RGB value is (154,97,123). Sum of RGB (Red+Green+Blue) = 154+97+123=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 154 - color contains mainly: red. Hex color #9A617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A617B is #659E84. Grayscale: #747474. Windows color (decimal): -6659717 or 8085914. OLE color: 8085914.

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

Color convert

RGB15497123-
CMYK00.370.200.40
HSL332.63º22.71%49.22%-
HSV(B)332.63º37.01%60.39%-
XYZ21.1816.8520.88-
YUV117.01131.38154.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.18%
GREEN value IS 97 (38.28% from 255) = 25.94%
BLUE value IS 123 (48.44% from 255) = 32.89%
R=41.18%
G=25.94%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1549712300.370.200.40332.6322.7149.22
Hex9A617B025142814d1731
Octal23214117304524505152761
Binary100110101100001111101101001011010010100010100110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,97,123); }

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

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

 a { background-color: rgb(154,97,123); }

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

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

 span { border-color: rgb(154,97,123); }

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