#956883

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

Shades of Strikemaster #956883

Tints of Strikemaster #956883

Color information

#956883 (or 0x956883) is unknown color: approx Strikemaster. HEX triplet: 95, 68 and 83. RGB value is (149,104,131). Sum of RGB (Red+Green+Blue) = 149+104+131=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #956883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956883 is #6A977C. Grayscale: #787878. Windows color (decimal): -6985597 or 8611989. OLE color: 8611989.

HSL color Cylindrical-coordinate representation of color #956883: hue angle of 324º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #956883 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB149104131-
CMYK00.300.120.42
HSL324º17.79%49.61%-
HSV(B)324º30.2%58.43%-
XYZ21.4417.9323.8-
YUV120.53133.91148.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.80%
GREEN value IS 104 (41.02% from 255) = 27.08%
BLUE value IS 131 (51.56% from 255) = 34.11%
R=38.80%
G=27.08%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910413100.300.120.4232417.7949.61
Hex95688301EC2A1441232
Octal22515020303614525042262
Binary10010101110100010000011011110110010101010100010010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956883; }

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

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

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

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

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

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

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

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