#90627F

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

Shades of Strikemaster #90627F

Tints of Strikemaster #90627F

Color information

#90627F (or 0x90627F) is unknown color: approx Strikemaster. HEX triplet: 90, 62 and 7F. RGB value is (144,98,127). Sum of RGB (Red+Green+Blue) = 144+98+127=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 144 - color contains mainly: red. Hex color #90627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90627F is #6F9D80. Grayscale: #727272. Windows color (decimal): -7314817 or 8348304. OLE color: 8348304.

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

Color convert

RGB14498127-
CMYK00.320.120.44
HSL322.17º19.01%47.45%-
HSV(B)322.17º31.94%56.47%-
XYZ19.716.222.17-
YUV115.06134.74148.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.02%
GREEN value IS 98 (38.67% from 255) = 26.56%
BLUE value IS 127 (50% from 255) = 34.42%
R=39.02%
G=26.56%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449812700.320.120.44322.1719.0147.45
Hex90627F020C2C142132f
Octal22014217704014545022357
Binary10010000110001011111110100000110010110010100001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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