#955483

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

Shades of Strikemaster #955483

Tints of Strikemaster #955483

Color information

#955483 (or 0x955483) is unknown color: approx Strikemaster. HEX triplet: 95, 54 and 83. RGB value is (149,84,131). Sum of RGB (Red+Green+Blue) = 149+84+131=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #955483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955483 is #6AAB7C. Grayscale: #6C6C6C. Windows color (decimal): -6990717 or 8606869. OLE color: 8606869.

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

Color convert

RGB14984131-
CMYK00.440.120.42
HSL316.62º27.9%45.69%-
HSV(B)316.62º43.62%58.43%-
XYZ19.6614.3723.21-
YUV108.79140.53156.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.93%
GREEN value IS 84 (33.20% from 255) = 23.08%
BLUE value IS 131 (51.56% from 255) = 35.99%
R=40.93%
G=23.08%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498413100.440.120.42316.6227.945.69
Hex95548302CC2A13d1c2e
Octal22512420305414524753456
Binary100101011010100100000110101100110010101010011110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955483; }

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

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

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

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

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

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

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

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