#925C80

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

Shades of Strikemaster #925C80

Tints of Strikemaster #925C80

Color information

#925C80 (or 0x925C80) is unknown color: approx Strikemaster. HEX triplet: 92, 5C and 80. RGB value is (146,92,128). Sum of RGB (Red+Green+Blue) = 146+92+128=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 146 - color contains mainly: red. Hex color #925C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925C80 is #6DA37F. Grayscale: #707070. Windows color (decimal): -7185280 or 8412306. OLE color: 8412306.

HSL color Cylindrical-coordinate representation of color #925C80: hue angle of 320º 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 #925C80 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB14692128-
CMYK00.370.120.43
HSL320º22.69%46.67%-
HSV(B)320º36.99%57.25%-
XYZ19.5815.3222.35-
YUV112.25136.89152.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.89%
GREEN value IS 92 (36.33% from 255) = 25.14%
BLUE value IS 128 (50.39% from 255) = 34.97%
R=39.89%
G=25.14%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469212800.370.120.4332022.6946.67
Hex925C80025C2B140172f
Octal22213420004514535002757
Binary100100101011100100000000100101110010101110100000010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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