#925C85

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

Shades of Strikemaster #925C85

Tints of Strikemaster #925C85

Color information

#925C85 (or 0x925C85) is unknown color: approx Strikemaster. HEX triplet: 92, 5C and 85. RGB value is (146,92,133). Sum of RGB (Red+Green+Blue) = 146+92+133=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 146 - color contains mainly: red. Hex color #925C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925C85 is #6DA37A. Grayscale: #707070. Windows color (decimal): -7185275 or 8739986. OLE color: 8739986.

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

Color convert

RGB14692133-
CMYK00.370.090.43
HSL314.44º22.69%46.67%-
HSV(B)314.44º36.99%57.25%-
XYZ19.9115.4624.12-
YUV112.82139.39151.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.35%
GREEN value IS 92 (36.33% from 255) = 24.80%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=39.35%
G=24.80%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469213300.370.090.43314.4422.6946.67
Hex925C8502592B13a172f
Octal22213420504511534722757
Binary100100101011100100001010100101100110101110011101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,92,133); }

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

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

 a { background-color: rgb(146,92,133); }

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

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

 span { border-color: rgb(146,92,133); }

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