#956184

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

Shades of Strikemaster #956184

Tints of Strikemaster #956184

Color information

#956184 (or 0x956184) is unknown color: approx Strikemaster. HEX triplet: 95, 61 and 84. RGB value is (149,97,132). Sum of RGB (Red+Green+Blue) = 149+97+132=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #956184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956184 is #6A9E7B. Grayscale: #747474. Windows color (decimal): -6987388 or 8675733. OLE color: 8675733.

HSL color Cylindrical-coordinate representation of color #956184: hue angle of 319.62º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #956184 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB14997132-
CMYK00.350.110.42
HSL319.62º21.14%48.24%-
HSV(B)319.62º34.9%58.43%-
XYZ20.8316.623.94-
YUV116.54136.73151.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.42%
GREEN value IS 97 (38.28% from 255) = 25.66%
BLUE value IS 132 (51.95% from 255) = 34.92%
R=39.42%
G=25.66%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499713200.350.110.42319.6221.1448.24
Hex956184023B2A1401530
Octal22514120404313525002560
Binary100101011100001100001000100011101110101010100000010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956184; }

 p { color: rgb(149,97,132); }

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

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

 a { background-color: rgb(149,97,132); }

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

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

 span { border-color: rgb(149,97,132); }

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