#925883

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

Shades of Strikemaster #925883

Tints of Strikemaster #925883

Color information

#925883 (or 0x925883) is unknown color: approx Strikemaster. HEX triplet: 92, 58 and 83. RGB value is (146,88,131). Sum of RGB (Red+Green+Blue) = 146+88+131=365 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 146 - color contains mainly: red. Hex color #925883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925883 is #6DA77C. Grayscale: #6E6E6E. Windows color (decimal): -7186301 or 8607890. OLE color: 8607890.

HSL color Cylindrical-coordinate representation of color #925883: hue angle of 315.52º 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 #925883 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB14688131-
CMYK00.400.100.43
HSL315.52º24.79%45.88%-
HSV(B)315.52º39.73%57.25%-
XYZ19.4414.7323.29-
YUV110.24139.72153.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40%
GREEN value IS 88 (34.77% from 255) = 24.11%
BLUE value IS 131 (51.56% from 255) = 35.89%
R=40%
G=24.11%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468813100.400.100.43315.5224.7945.88
Hex925883028A2B13c192e
Octal22213020305012534743156
Binary100100101011000100000110101000101010101110011110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925883; }

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

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

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

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

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

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

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

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