#945182

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

Shades of Strikemaster #945182

Tints of Strikemaster #945182

Color information

#945182 (or 0x945182) is unknown color: approx Strikemaster. HEX triplet: 94, 51 and 82. RGB value is (148,81,130). Sum of RGB (Red+Green+Blue) = 148+81+130=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #945182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945182 is #6BAE7D. Grayscale: #6A6A6A. Windows color (decimal): -7057022 or 8540564. OLE color: 8540564.

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

Color convert

RGB14881130-
CMYK00.450.120.42
HSL316.12º29.26%44.9%-
HSV(B)316.12º45.27%58.04%-
XYZ19.1813.7922.77-
YUV106.62141.2157.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.23%
GREEN value IS 81 (32.03% from 255) = 22.56%
BLUE value IS 130 (51.17% from 255) = 36.21%
R=41.23%
G=22.56%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488113000.450.120.42316.1229.2644.9
Hex94518202DC2A13c1d2d
Octal22412120205514524743555
Binary100101001010001100000100101101110010101010011110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945182; }

 p { color: rgb(148,81,130); }

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

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

 a { background-color: rgb(148,81,130); }

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

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

 span { border-color: rgb(148,81,130); }

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