#926088

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

Shades of Strikemaster #926088

Tints of Strikemaster #926088

Color information

#926088 (or 0x926088) is unknown color: approx Strikemaster. HEX triplet: 92, 60 and 88. RGB value is (146,96,136). Sum of RGB (Red+Green+Blue) = 146+96+136=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 146 - color contains mainly: red. Hex color #926088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926088 is #6D9F77. Grayscale: #737373. Windows color (decimal): -7184248 or 8937618. OLE color: 8937618.

HSL color Cylindrical-coordinate representation of color #926088: hue angle of 312º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #926088 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB14696136-
CMYK00.340.070.43
HSL312º20.66%47.45%-
HSV(B)312º34.25%57.25%-
XYZ20.4816.2525.35-
YUV115.51139.56149.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.62%
GREEN value IS 96 (37.89% from 255) = 25.40%
BLUE value IS 136 (53.52% from 255) = 35.98%
R=38.62%
G=25.40%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469613600.340.070.4331220.6647.45
Hex92608802272B138152f
Octal2221402100427534702557
Binary10010010110000010001000010001011110101110011100010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926088; }

 p { color: rgb(146,96,136); }

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

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

 a { background-color: rgb(146,96,136); }

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

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

 span { border-color: rgb(146,96,136); }

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