#985383

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

Shades of Strikemaster #985383

Tints of Strikemaster #985383

Color information

#985383 (or 0x985383) is unknown color: approx Strikemaster. HEX triplet: 98, 53 and 83. RGB value is (152,83,131). Sum of RGB (Red+Green+Blue) = 152+83+131=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #985383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985383 is #67AC7C. Grayscale: #6C6C6C. Windows color (decimal): -6794365 or 8606616. OLE color: 8606616.

HSL color Cylindrical-coordinate representation of color #985383: hue angle of 318.26º 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 #985383 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB15283131-
CMYK00.450.140.40
HSL318.26º29.36%46.08%-
HSV(B)318.26º45.39%59.61%-
XYZ20.1414.523.21-
YUV109.1140.36158.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.53%
GREEN value IS 83 (32.81% from 255) = 22.68%
BLUE value IS 131 (51.56% from 255) = 35.79%
R=41.53%
G=22.68%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528313100.450.140.40318.2629.3646.08
Hex98538302DE2813e1d2e
Octal23012320305516504763556
Binary100110001010011100000110101101111010100010011111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985383; }

 p { color: rgb(152,83,131); }

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

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

 a { background-color: rgb(152,83,131); }

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

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

 span { border-color: rgb(152,83,131); }

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