#94617E

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

Shades of Strikemaster #94617E

Tints of Strikemaster #94617E

Color information

#94617E (or 0x94617E) is unknown color: approx Strikemaster. HEX triplet: 94, 61 and 7E. RGB value is (148,97,126). Sum of RGB (Red+Green+Blue) = 148+97+126=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 148 - color contains mainly: red. Hex color #94617E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94617E is #6B9E81. Grayscale: #737373. Windows color (decimal): -7052930 or 8282516. OLE color: 8282516.

HSL color Cylindrical-coordinate representation of color #94617E: hue angle of 325.88º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94617E is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14897126-
CMYK00.340.150.42
HSL325.88º20.82%48.04%-
HSV(B)325.88º34.46%58.04%-
XYZ20.2516.3521.83-
YUV115.56133.9151.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.89%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=39.89%
G=26.15%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489712600.340.150.42325.8820.8248.04
Hex94617E022F2A1461530
Octal22414117604217525062560
Binary10010100110000111111100100010111110101010100011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94617E; }

 p { color: rgb(148,97,126); }

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

<style>
 a { background-color: #94617E; }

 a { background-color: rgb(148,97,126); }

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

<style>
 span { border-color: #94617E; }

 span { border-color: rgb(148,97,126); }

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