#92507E

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

Shades of Strikemaster #92507E

Tints of Strikemaster #92507E

Color information

#92507E (or 0x92507E) is unknown color: approx Strikemaster. HEX triplet: 92, 50 and 7E. RGB value is (146,80,126). Sum of RGB (Red+Green+Blue) = 146+80+126=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 146 - color contains mainly: red. Hex color #92507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92507E is #6DAF81. Grayscale: #686868. Windows color (decimal): -7188354 or 8278162. OLE color: 8278162.

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

Color convert

RGB14680126-
CMYK00.450.140.43
HSL318.18º29.2%44.31%-
HSV(B)318.18º45.21%57.25%-
XYZ18.4913.3521.34-
YUV104.98139.87157.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.48%
GREEN value IS 80 (31.64% from 255) = 22.73%
BLUE value IS 126 (49.61% from 255) = 35.80%
R=41.48%
G=22.73%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468012600.450.140.43318.1829.244.31
Hex92507E02DE2B13e1d2c
Octal22212017605516534763554
Binary10010010101000011111100101101111010101110011111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92507E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92507E; }

 p { color: rgb(146,80,126); }

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

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

 a { background-color: rgb(146,80,126); }

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

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

 span { border-color: rgb(146,80,126); }

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