#956183

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

Shades of Strikemaster #956183

Tints of Strikemaster #956183

Color information

#956183 (or 0x956183) is unknown color: approx Strikemaster. HEX triplet: 95, 61 and 83. RGB value is (149,97,131). Sum of RGB (Red+Green+Blue) = 149+97+131=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #956183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956183 is #6A9E7C. Grayscale: #747474. Windows color (decimal): -6987389 or 8610197. OLE color: 8610197.

HSL color Cylindrical-coordinate representation of color #956183: hue angle of 320.77º 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 #956183 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB14997131-
CMYK00.350.120.42
HSL320.77º21.14%48.24%-
HSV(B)320.77º34.9%58.43%-
XYZ20.7716.5823.58-
YUV116.42136.23151.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.52%
GREEN value IS 97 (38.28% from 255) = 25.73%
BLUE value IS 131 (51.56% from 255) = 34.75%
R=39.52%
G=25.73%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499713100.350.120.42320.7721.1448.24
Hex956183023C2A1411530
Octal22514120304314525012560
Binary100101011100001100000110100011110010101010100000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956183; }

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

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

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

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

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

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

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

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