#90627B

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

Shades of Strikemaster #90627B

Tints of Strikemaster #90627B

Color information

#90627B (or 0x90627B) is unknown color: approx Strikemaster. HEX triplet: 90, 62 and 7B. RGB value is (144,98,123). Sum of RGB (Red+Green+Blue) = 144+98+123=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 144 - color contains mainly: red. Hex color #90627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90627B is #6F9D84. Grayscale: #727272. Windows color (decimal): -7314821 or 8086160. OLE color: 8086160.

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

Color convert

RGB14498123-
CMYK00.320.150.44
HSL327.39º19.01%47.45%-
HSV(B)327.39º31.94%56.47%-
XYZ19.4416.0920.82-
YUV114.6132.74148.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.45%
GREEN value IS 98 (38.67% from 255) = 26.85%
BLUE value IS 123 (48.44% from 255) = 33.70%
R=39.45%
G=26.85%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449812300.320.150.44327.3919.0147.45
Hex90627B020F2C147132f
Octal22014217304017545072357
Binary10010000110001011110110100000111110110010100011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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