#9C4F7E

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

Shades of Strikemaster #9C4F7E

Tints of Strikemaster #9C4F7E

Color information

#9C4F7E (or 0x9C4F7E) is unknown color: approx Strikemaster. HEX triplet: 9C, 4F and 7E. RGB value is (156,79,126). Sum of RGB (Red+Green+Blue) = 156+79+126=361 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.21% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4F7E is #63B081. Grayscale: #6B6B6B. Windows color (decimal): -6533250 or 8277916. OLE color: 8277916.

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

Color convert

RGB15679126-
CMYK00.490.190.39
HSL323.38º32.77%46.08%-
HSV(B)323.38º49.36%61.18%-
XYZ20.2714.1721.4-
YUV107.38138.51162.68-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.21%
GREEN value IS 79 (31.25% from 255) = 21.88%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=43.21%
G=21.88%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567912600.490.190.39323.3832.7746.08
Hex9C4F7E0311327143212e
Octal23411717606123475034156
Binary1001110010011111111110011000110011100111101000011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,79,126); }

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

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

 a { background-color: rgb(156,79,126); }

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

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

 span { border-color: rgb(156,79,126); }

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