#90517F

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

Shades of Strikemaster #90517F

Tints of Strikemaster #90517F

Color information

#90517F (or 0x90517F) is unknown color: approx Strikemaster. HEX triplet: 90, 51 and 7F. RGB value is (144,81,127). Sum of RGB (Red+Green+Blue) = 144+81+127=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #90517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90517F is #6FAE80. Grayscale: #686868. Windows color (decimal): -7319169 or 8343952. OLE color: 8343952.

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

Color convert

RGB14481127-
CMYK00.440.120.44
HSL316.19º28%44.12%-
HSV(B)316.19º43.75%56.47%-
XYZ18.2713.3521.69-
YUV105.08140.37155.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.91%
GREEN value IS 81 (32.03% from 255) = 23.01%
BLUE value IS 127 (50% from 255) = 36.08%
R=40.91%
G=23.01%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448112700.440.120.44316.192844.12
Hex90517F02CC2C13c1c2c
Octal22012117705414544743454
Binary10010000101000111111110101100110010110010011110011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90517F; }

 p { color: rgb(144,81,127); }

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

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

 a { background-color: rgb(144,81,127); }

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

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

 span { border-color: rgb(144,81,127); }

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