#995482

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

Shades of Strikemaster #995482

Tints of Strikemaster #995482

Color information

#995482 (or 0x995482) is unknown color: approx Strikemaster. HEX triplet: 99, 54 and 82. RGB value is (153,84,130). Sum of RGB (Red+Green+Blue) = 153+84+130=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #995482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995482 is #66AB7D. Grayscale: #6D6D6D. Windows color (decimal): -6728574 or 8541337. OLE color: 8541337.

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

Color convert

RGB15384130-
CMYK00.450.150.4
HSL320º29.11%46.47%-
HSV(B)320º45.1%60%-
XYZ20.3414.7222.89-
YUV109.88139.36158.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.69%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 130 (51.17% from 255) = 35.42%
R=41.69%
G=22.89%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538413000.450.150.432029.1146.47
Hex99548202DF281401d2e
Octal23112420205517505003556
Binary100110011010100100000100101101111110100010100000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995482; }

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

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

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

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

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

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

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

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