#955680

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

Shades of Strikemaster #955680

Tints of Strikemaster #955680

Color information

#955680 (or 0x955680) is unknown color: approx Strikemaster. HEX triplet: 95, 56 and 80. RGB value is (149,86,128). Sum of RGB (Red+Green+Blue) = 149+86+128=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #955680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955680 is #6AA97F. Grayscale: #6D6D6D. Windows color (decimal): -6990208 or 8410773. OLE color: 8410773.

HSL color Cylindrical-coordinate representation of color #955680: hue angle of 320º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955680 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14986128-
CMYK00.420.140.42
HSL320º26.81%46.08%-
HSV(B)320º42.28%58.43%-
XYZ19.6214.622.21-
YUV109.62138.37156.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.05%
GREEN value IS 86 (33.98% from 255) = 23.69%
BLUE value IS 128 (50.39% from 255) = 35.26%
R=41.05%
G=23.69%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498612800.420.140.4232026.8146.08
Hex95568002AE2A1401b2e
Octal22512620005216525003356
Binary100101011010110100000000101010111010101010100000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955680; }

 p { color: rgb(149,86,128); }

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

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

 a { background-color: rgb(149,86,128); }

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

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

 span { border-color: rgb(149,86,128); }

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