#925B84

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

Shades of Strikemaster #925B84

Tints of Strikemaster #925B84

Color information

#925B84 (or 0x925B84) is unknown color: approx Strikemaster. HEX triplet: 92, 5B and 84. RGB value is (146,91,132). Sum of RGB (Red+Green+Blue) = 146+91+132=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 146 - color contains mainly: red. Hex color #925B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925B84 is #6DA47B. Grayscale: #707070. Windows color (decimal): -7185532 or 8674194. OLE color: 8674194.

HSL color Cylindrical-coordinate representation of color #925B84: hue angle of 315.27º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #925B84 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB14691132-
CMYK00.380.100.43
HSL315.27º23.21%46.47%-
HSV(B)315.27º37.67%57.25%-
XYZ19.7615.2623.73-
YUV112.12139.22152.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.57%
GREEN value IS 91 (35.94% from 255) = 24.66%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=39.57%
G=24.66%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469113200.380.100.43315.2723.2146.47
Hex925B84026A2B13b172e
Octal22213320404612534732756
Binary100100101011011100001000100110101010101110011101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925B84; }

 p { color: rgb(146,91,132); }

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

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

 a { background-color: rgb(146,91,132); }

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

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

 span { border-color: rgb(146,91,132); }

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