#9C648E

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

Shades of Strikemaster #9C648E

Tints of Strikemaster #9C648E

Color information

#9C648E (or 0x9C648E) is unknown color: approx Strikemaster. HEX triplet: 9C, 64 and 8E. RGB value is (156,100,142). Sum of RGB (Red+Green+Blue) = 156+100+142=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 156 - color contains mainly: red. Hex color #9C648E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C648E is #639B71. Grayscale: #797979. Windows color (decimal): -6527858 or 9331868. OLE color: 9331868.

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

Color convert

RGB156100142-
CMYK00.360.090.39
HSL315º22.05%50.2%-
HSV(B)315º35.9%61.18%-
XYZ23.1518.1427.87-
YUV121.53139.55152.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.20%
GREEN value IS 100 (39.45% from 255) = 25.13%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=39.20%
G=25.13%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610014200.360.090.3931522.0550.2
Hex9C648E02492713b1632
Octal23414421604411474732662
Binary100111001100100100011100100100100110011110011101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,100,142); }

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

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

 a { background-color: rgb(156,100,142); }

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

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

 span { border-color: rgb(156,100,142); }

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