#90627C

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

Shades of Strikemaster #90627C

Tints of Strikemaster #90627C

Color information

#90627C (or 0x90627C) is unknown color: approx Strikemaster. HEX triplet: 90, 62 and 7C. RGB value is (144,98,124). Sum of RGB (Red+Green+Blue) = 144+98+124=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 144 - color contains mainly: red. Hex color #90627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90627C is #6F9D83. Grayscale: #727272. Windows color (decimal): -7314820 or 8151696. OLE color: 8151696.

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

Color convert

RGB14498124-
CMYK00.320.140.44
HSL326.09º19.01%47.45%-
HSV(B)326.09º31.94%56.47%-
XYZ19.5116.1221.15-
YUV114.72133.24148.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.34%
GREEN value IS 98 (38.67% from 255) = 26.78%
BLUE value IS 124 (48.83% from 255) = 33.88%
R=39.34%
G=26.78%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449812400.320.140.44326.0919.0147.45
Hex90627C020E2C146132f
Octal22014217404016545062357
Binary10010000110001011111000100000111010110010100011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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