#955385

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

Shades of Strikemaster #955385

Tints of Strikemaster #955385

Color information

#955385 (or 0x955385) is unknown color: approx Strikemaster. HEX triplet: 95, 53 and 85. RGB value is (149,83,133). Sum of RGB (Red+Green+Blue) = 149+83+133=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #955385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955385 is #6AAC7A. Grayscale: #6C6C6C. Windows color (decimal): -6990971 or 8737685. OLE color: 8737685.

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

Color convert

RGB14983133-
CMYK00.440.110.42
HSL314.55º28.45%45.49%-
HSV(B)314.55º44.3%58.43%-
XYZ19.7214.2723.91-
YUV108.43141.87156.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.82%
GREEN value IS 83 (32.81% from 255) = 22.74%
BLUE value IS 133 (52.34% from 255) = 36.44%
R=40.82%
G=22.74%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498313300.440.110.42314.5528.4545.49
Hex95538502CB2A13b1c2d
Octal22512320505413524733455
Binary100101011010011100001010101100101110101010011101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955385; }

 p { color: rgb(149,83,133); }

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

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

 a { background-color: rgb(149,83,133); }

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

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

 span { border-color: rgb(149,83,133); }

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