#955383

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

Shades of Strikemaster #955383

Tints of Strikemaster #955383

Color information

#955383 (or 0x955383) is unknown color: approx Strikemaster. HEX triplet: 95, 53 and 83. RGB value is (149,83,131). Sum of RGB (Red+Green+Blue) = 149+83+131=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #955383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955383 is #6AAC7C. Grayscale: #6C6C6C. Windows color (decimal): -6990973 or 8606613. OLE color: 8606613.

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

Color convert

RGB14983131-
CMYK00.440.120.42
HSL316.36º28.45%45.49%-
HSV(B)316.36º44.3%58.43%-
XYZ19.5814.2123.18-
YUV108.21140.87157.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.05%
GREEN value IS 83 (32.81% from 255) = 22.87%
BLUE value IS 131 (51.56% from 255) = 36.09%
R=41.05%
G=22.87%
B=36.09%

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
Decimal1498313100.440.120.42316.3628.4545.49
Hex95538302CC2A13c1c2d
Octal22512320305414524743455
Binary100101011010011100000110101100110010101010011110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955383; }

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

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

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

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

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

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

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

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