#92587B

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

Shades of Strikemaster #92587B

Tints of Strikemaster #92587B

Color information

#92587B (or 0x92587B) is unknown color: approx Strikemaster. HEX triplet: 92, 58 and 7B. RGB value is (146,88,123). Sum of RGB (Red+Green+Blue) = 146+88+123=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 146 - color contains mainly: red. Hex color #92587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92587B is #6DA784. Grayscale: #6D6D6D. Windows color (decimal): -7186309 or 8083602. OLE color: 8083602.

HSL color Cylindrical-coordinate representation of color #92587B: hue angle of 323.79º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92587B is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB14688123-
CMYK00.400.160.43
HSL323.79º24.79%45.88%-
HSV(B)323.79º39.73%57.25%-
XYZ18.9214.5220.54-
YUV109.33135.72154.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.90%
GREEN value IS 88 (34.77% from 255) = 24.65%
BLUE value IS 123 (48.44% from 255) = 34.45%
R=40.90%
G=24.65%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468812300.400.160.43323.7924.7945.88
Hex92587B028102B144192e
Octal22213017305020535043156
Binary100100101011000111101101010001000010101110100010011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,88,123); }

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

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

 a { background-color: rgb(146,88,123); }

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

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

 span { border-color: rgb(146,88,123); }

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