#90527C

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

Shades of Strikemaster #90527C

Tints of Strikemaster #90527C

Color information

#90527C (or 0x90527C) is unknown color: approx Strikemaster. HEX triplet: 90, 52 and 7C. RGB value is (144,82,124). Sum of RGB (Red+Green+Blue) = 144+82+124=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 144 - color contains mainly: red. Hex color #90527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90527C is #6FAD83. Grayscale: #696969. Windows color (decimal): -7318916 or 8147600. OLE color: 8147600.

HSL color Cylindrical-coordinate representation of color #90527C: hue angle of 319.35º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90527C is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB14482124-
CMYK00.430.140.44
HSL319.35º27.43%44.31%-
HSV(B)319.35º43.06%56.47%-
XYZ18.1613.4220.7-
YUV105.33138.54155.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.14%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 124 (48.83% from 255) = 35.43%
R=41.14%
G=23.43%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448212400.430.140.44319.3527.4344.31
Hex90527C02BE2C13f1b2c
Octal22012217405316544773354
Binary10010000101001011111000101011111010110010011111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90527C; }

 p { color: rgb(144,82,124); }

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

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

 a { background-color: rgb(144,82,124); }

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

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

 span { border-color: rgb(144,82,124); }

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