#90517E

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

Shades of Strikemaster #90517E

Tints of Strikemaster #90517E

Color information

#90517E (or 0x90517E) is unknown color: approx Strikemaster. HEX triplet: 90, 51 and 7E. RGB value is (144,81,126). Sum of RGB (Red+Green+Blue) = 144+81+126=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 144 - color contains mainly: red. Hex color #90517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90517E is #6FAE81. Grayscale: #686868. Windows color (decimal): -7319170 or 8278416. OLE color: 8278416.

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

Color convert

RGB14481126-
CMYK00.440.120.44
HSL317.14º28%44.12%-
HSV(B)317.14º43.75%56.47%-
XYZ18.2113.3221.35-
YUV104.97139.87155.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.03%
GREEN value IS 81 (32.03% from 255) = 23.08%
BLUE value IS 126 (49.61% from 255) = 35.90%
R=41.03%
G=23.08%
B=35.90%

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
Decimal1448112600.440.120.44317.142844.12
Hex90517E02CC2C13d1c2c
Octal22012117605414544753454
Binary10010000101000111111100101100110010110010011110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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