#994982

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

Shades of Strikemaster #994982

Tints of Strikemaster #994982

Color information

#994982 (or 0x994982) is unknown color: approx Strikemaster. HEX triplet: 99, 49 and 82. RGB value is (153,73,130). Sum of RGB (Red+Green+Blue) = 153+73+130=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #994982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994982 is #66B67D. Grayscale: #676767. Windows color (decimal): -6731390 or 8538521. OLE color: 8538521.

HSL color Cylindrical-coordinate representation of color #994982: hue angle of 317.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #994982 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB15373130-
CMYK00.520.150.4
HSL317.25º35.4%44.31%-
HSV(B)317.25º52.29%60%-
XYZ19.5513.1522.63-
YUV103.42143163.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.98%
GREEN value IS 73 (28.91% from 255) = 20.51%
BLUE value IS 130 (51.17% from 255) = 36.52%
R=42.98%
G=20.51%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537313000.520.150.4317.2535.444.31
Hex994982034F2813d232c
Octal23111120206417504754354
Binary1001100110010011000001001101001111101000100111101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994982; }

 p { color: rgb(153,73,130); }

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

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

 a { background-color: rgb(153,73,130); }

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

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

 span { border-color: rgb(153,73,130); }

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