#905C80

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

Shades of Strikemaster #905C80

Tints of Strikemaster #905C80

Color information

#905C80 (or 0x905C80) is unknown color: approx Strikemaster. HEX triplet: 90, 5C and 80. RGB value is (144,92,128). Sum of RGB (Red+Green+Blue) = 144+92+128=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 144 - color contains mainly: red. Hex color #905C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905C80 is #6FA37F. Grayscale: #6F6F6F. Windows color (decimal): -7316352 or 8412304. OLE color: 8412304.

HSL color Cylindrical-coordinate representation of color #905C80: hue angle of 318.46º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #905C80 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB14492128-
CMYK00.360.110.44
HSL318.46º22.03%46.27%-
HSV(B)318.46º36.11%56.47%-
XYZ19.2315.1422.33-
YUV111.65137.23151.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.56%
GREEN value IS 92 (36.33% from 255) = 25.27%
BLUE value IS 128 (50.39% from 255) = 35.16%
R=39.56%
G=25.27%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449212800.360.110.44318.4622.0346.27
Hex905C80024B2C13e162e
Octal22013420004413544762656
Binary100100001011100100000000100100101110110010011111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905C80; }

 p { color: rgb(144,92,128); }

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

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

 a { background-color: rgb(144,92,128); }

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

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

 span { border-color: rgb(144,92,128); }

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