#995983

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

Shades of Strikemaster #995983

Tints of Strikemaster #995983

Color information

#995983 (or 0x995983) is unknown color: approx Strikemaster. HEX triplet: 99, 59 and 83. RGB value is (153,89,131). Sum of RGB (Red+Green+Blue) = 153+89+131=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #995983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995983 is #66A67C. Grayscale: #707070. Windows color (decimal): -6727293 or 8608153. OLE color: 8608153.

HSL color Cylindrical-coordinate representation of color #995983: hue angle of 320.62º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #995983 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB15389131-
CMYK00.420.140.4
HSL320.62º26.45%47.45%-
HSV(B)320.62º41.83%60%-
XYZ20.8115.5623.38-
YUV112.92138.2156.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.02%
GREEN value IS 89 (35.16% from 255) = 23.86%
BLUE value IS 131 (51.56% from 255) = 35.12%
R=41.02%
G=23.86%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538913100.420.140.4320.6226.4547.45
Hex99598302AE281411a2f
Octal23113120305216505013257
Binary100110011011001100000110101010111010100010100000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995983; }

 p { color: rgb(153,89,131); }

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

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

 a { background-color: rgb(153,89,131); }

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

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

 span { border-color: rgb(153,89,131); }

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