#955783

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

Shades of Strikemaster #955783

Tints of Strikemaster #955783

Color information

#955783 (or 0x955783) is unknown color: approx Strikemaster. HEX triplet: 95, 57 and 83. RGB value is (149,87,131). Sum of RGB (Red+Green+Blue) = 149+87+131=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #955783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955783 is #6AA87C. Grayscale: #6E6E6E. Windows color (decimal): -6989949 or 8607637. OLE color: 8607637.

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

Color convert

RGB14987131-
CMYK00.420.120.42
HSL317.42º26.27%46.27%-
HSV(B)317.42º41.61%58.43%-
XYZ19.914.8423.29-
YUV110.55139.54155.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 87 (34.38% from 255) = 23.71%
BLUE value IS 131 (51.56% from 255) = 35.69%
R=40.60%
G=23.71%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498713100.420.120.42317.4226.2746.27
Hex95578302AC2A13d1a2e
Octal22512720305214524753256
Binary100101011010111100000110101010110010101010011110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955783; }

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

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

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

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

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

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

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

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