#946188

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

Shades of Strikemaster #946188

Tints of Strikemaster #946188

Color information

#946188 (or 0x946188) is unknown color: approx Strikemaster. HEX triplet: 94, 61 and 88. RGB value is (148,97,136). Sum of RGB (Red+Green+Blue) = 148+97+136=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 148 - color contains mainly: red. Hex color #946188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946188 is #6B9E77. Grayscale: #747474. Windows color (decimal): -7052920 or 8937876. OLE color: 8937876.

HSL color Cylindrical-coordinate representation of color #946188: hue angle of 314.12º 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 #946188 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB14897136-
CMYK00.340.080.42
HSL314.12º20.82%48.04%-
HSV(B)314.12º34.46%58.04%-
XYZ20.9316.6225.4-
YUV116.7138.9150.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.85%
GREEN value IS 97 (38.28% from 255) = 25.46%
BLUE value IS 136 (53.52% from 255) = 35.70%
R=38.85%
G=25.46%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489713600.340.080.42314.1220.8248.04
Hex94618802282A13a1530
Octal22414121004210524722560
Binary100101001100001100010000100010100010101010011101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946188; }

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

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

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

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

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

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

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

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