#925382

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

Shades of Strikemaster #925382

Tints of Strikemaster #925382

Color information

#925382 (or 0x925382) is unknown color: approx Strikemaster. HEX triplet: 92, 53 and 82. RGB value is (146,83,130). Sum of RGB (Red+Green+Blue) = 146+83+130=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 146 - color contains mainly: red. Hex color #925382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925382 is #6DAC7D. Grayscale: #6B6B6B. Windows color (decimal): -7187582 or 8541074. OLE color: 8541074.

HSL color Cylindrical-coordinate representation of color #925382: hue angle of 315.24º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #925382 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB14683130-
CMYK00.430.110.43
HSL315.24º27.51%44.9%-
HSV(B)315.24º43.15%57.25%-
XYZ18.9813.9122.8-
YUV107.2140.87155.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.67%
GREEN value IS 83 (32.81% from 255) = 23.12%
BLUE value IS 130 (51.17% from 255) = 36.21%
R=40.67%
G=23.12%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468313000.430.110.43315.2427.5144.9
Hex92538202BB2B13b1c2d
Octal22212320205313534733455
Binary100100101010011100000100101011101110101110011101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925382; }

 p { color: rgb(146,83,130); }

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

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

 a { background-color: rgb(146,83,130); }

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

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

 span { border-color: rgb(146,83,130); }

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