#9C607A

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

Shades of Strikemaster #9C607A

Tints of Strikemaster #9C607A

Color information

#9C607A (or 0x9C607A) is unknown color: approx Strikemaster. HEX triplet: 9C, 60 and 7A. RGB value is (156,96,122). Sum of RGB (Red+Green+Blue) = 156+96+122=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 156 - color contains mainly: red. Hex color #9C607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C607A is #639F85. Grayscale: #747474. Windows color (decimal): -6528902 or 8020124. OLE color: 8020124.

HSL color Cylindrical-coordinate representation of color #9C607A: hue angle of 334º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C607A is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB15696122-
CMYK00.380.220.39
HSL334º23.81%49.41%-
HSV(B)334º38.46%61.18%-
XYZ21.4116.8420.53-
YUV116.9130.88155.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.71%
GREEN value IS 96 (37.89% from 255) = 25.67%
BLUE value IS 122 (48.05% from 255) = 32.62%
R=41.71%
G=25.67%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569612200.380.220.3933423.8149.41
Hex9C607A026162714e1831
Octal23414017204626475163061
Binary100111001100000111101001001101011010011110100111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,96,122); }

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

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

 a { background-color: rgb(156,96,122); }

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

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

 span { border-color: rgb(156,96,122); }

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