#90667E

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

Shades of Strikemaster #90667E

Tints of Strikemaster #90667E

Color information

#90667E (or 0x90667E) is unknown color: approx Strikemaster. HEX triplet: 90, 66 and 7E. RGB value is (144,102,126). Sum of RGB (Red+Green+Blue) = 144+102+126=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 144 - color contains mainly: red. Hex color #90667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90667E is #6F9981. Grayscale: #757575. Windows color (decimal): -7313794 or 8283792. OLE color: 8283792.

HSL color Cylindrical-coordinate representation of color #90667E: hue angle of 325.71º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90667E is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB144102126-
CMYK00.290.120.44
HSL325.71º17.07%48.24%-
HSV(B)325.71º29.17%56.47%-
XYZ20.0216.9421.95-
YUV117.29132.91147.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.71%
GREEN value IS 102 (40.23% from 255) = 27.42%
BLUE value IS 126 (49.61% from 255) = 33.87%
R=38.71%
G=27.42%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410212600.290.120.44325.7117.0748.24
Hex90667E01DC2C1461130
Octal22014617603514545062160
Binary1001000011001101111110011101110010110010100011010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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