#9C648D

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

Shades of Strikemaster #9C648D

Tints of Strikemaster #9C648D

Color information

#9C648D (or 0x9C648D) is unknown color: approx Strikemaster. HEX triplet: 9C, 64 and 8D. RGB value is (156,100,141). Sum of RGB (Red+Green+Blue) = 156+100+141=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 156 - color contains mainly: red. Hex color #9C648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C648D is #639B72. Grayscale: #797979. Windows color (decimal): -6527859 or 9266332. OLE color: 9266332.

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

Color convert

RGB156100141-
CMYK00.360.100.39
HSL316.07º22.05%50.2%-
HSV(B)316.07º35.9%61.18%-
XYZ23.0818.1127.48-
YUV121.42139.05152.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.29%
GREEN value IS 100 (39.45% from 255) = 25.19%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=39.29%
G=25.19%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610014100.360.100.39316.0722.0550.2
Hex9C648D024A2713c1632
Octal23414421504412474742662
Binary100111001100100100011010100100101010011110011110010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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