#9C618A

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

Shades of Strikemaster #9C618A

Tints of Strikemaster #9C618A

Color information

#9C618A (or 0x9C618A) is unknown color: approx Strikemaster. HEX triplet: 9C, 61 and 8A. RGB value is (156,97,138). Sum of RGB (Red+Green+Blue) = 156+97+138=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C618A is #639E75. Grayscale: #777777. Windows color (decimal): -6528630 or 9068956. OLE color: 9068956.

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

Color convert

RGB15697138-
CMYK00.380.120.39
HSL318.31º23.32%49.61%-
HSV(B)318.31º37.82%61.18%-
XYZ22.5717.4526.22-
YUV119.32138.55154.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.90%
GREEN value IS 97 (38.28% from 255) = 24.81%
BLUE value IS 138 (54.30% from 255) = 35.29%
R=39.90%
G=24.81%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569713800.380.120.39318.3123.3249.61
Hex9C618A026C2713e1732
Octal23414121204614474762762
Binary100111001100001100010100100110110010011110011111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,97,138); }

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

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

 a { background-color: rgb(156,97,138); }

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

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

 span { border-color: rgb(156,97,138); }

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