#946988

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

Shades of Strikemaster #946988

Tints of Strikemaster #946988

Color information

#946988 (or 0x946988) is unknown color: approx Strikemaster. HEX triplet: 94, 69 and 88. RGB value is (148,105,136). Sum of RGB (Red+Green+Blue) = 148+105+136=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #946988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946988 is #6B9677. Grayscale: #797979. Windows color (decimal): -7050872 or 8939924. OLE color: 8939924.

HSL color Cylindrical-coordinate representation of color #946988: hue angle of 316.74º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #946988 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB148105136-
CMYK00.290.080.42
HSL316.74º17%49.61%-
HSV(B)316.74º29.05%58.04%-
XYZ21.7118.1825.66-
YUV121.39136.25146.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.05%
GREEN value IS 105 (41.41% from 255) = 26.99%
BLUE value IS 136 (53.52% from 255) = 34.96%
R=38.05%
G=26.99%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810513600.290.080.42316.741749.61
Hex94698801D82A13d1132
Octal22415121003510524752162
Binary10010100110100110001000011101100010101010011110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946988; }

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

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

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

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

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

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

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

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