#90517A

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

Shades of Strikemaster #90517A

Tints of Strikemaster #90517A

Color information

#90517A (or 0x90517A) is unknown color: approx Strikemaster. HEX triplet: 90, 51 and 7A. RGB value is (144,81,122). Sum of RGB (Red+Green+Blue) = 144+81+122=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 144 - color contains mainly: red. Hex color #90517A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90517A is #6FAE85. Grayscale: #686868. Windows color (decimal): -7319174 or 8016272. OLE color: 8016272.

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

Color convert

RGB14481122-
CMYK00.440.150.44
HSL320.95º28%44.12%-
HSV(B)320.95º43.75%56.47%-
XYZ17.9613.2220.02-
YUV104.51137.87156.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.50%
GREEN value IS 81 (32.03% from 255) = 23.34%
BLUE value IS 122 (48.05% from 255) = 35.16%
R=41.50%
G=23.34%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448112200.440.150.44320.952844.12
Hex90517A02CF2C1411c2c
Octal22012117205417545013454
Binary10010000101000111110100101100111110110010100000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90517A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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