#9A618B

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

Shades of Strikemaster #9A618B

Tints of Strikemaster #9A618B

Color information

#9A618B (or 0x9A618B) is unknown color: approx Strikemaster. HEX triplet: 9A, 61 and 8B. RGB value is (154,97,139). Sum of RGB (Red+Green+Blue) = 154+97+139=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 154 - color contains mainly: red. Hex color #9A618B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A618B is #659E74. Grayscale: #767676. Windows color (decimal): -6659701 or 9134490. OLE color: 9134490.

HSL color Cylindrical-coordinate representation of color #9A618B: hue angle of 315.79º 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 #9A618B is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB15497139-
CMYK00.370.100.40
HSL315.79º22.71%49.22%-
HSV(B)315.79º37.01%60.39%-
XYZ22.2617.2826.59-
YUV118.83139.38153.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.49%
GREEN value IS 97 (38.28% from 255) = 24.87%
BLUE value IS 139 (54.69% from 255) = 35.64%
R=39.49%
G=24.87%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1549713900.370.100.40315.7922.7149.22
Hex9A618B025A2813c1731
Octal23214121304512504742761
Binary100110101100001100010110100101101010100010011110010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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